HTML <address> tag HTML <address> tag is used to specify the authorship information of the article or webpage. It can contain any…
phrase tag
-
-
How to add Link in Html Here, we will describe how to link the text in two different following ways: Link the…
-
HTML Layout Techniques Creating layouts are the most important things while designing a website, as it will ensure that your website looks…
-
Html Login Form The following code describes how to create a responsive login form using CCS: <!DOCTYPE html> <html> <head> <meta name=”viewport”…
-
How to make a Navigation Bar in Html If we want to make a navigation bar in Html, then we have to…
-
What does p mean in Html The p is a tag in Html. Html <p> tag is used to define the paragraph…
-
What does span do in Html The span is a tag in Html. Html <span> tag is used for grouping the inline…
-
What does ul mean in Html The ul is a tag in Html. Html <ul> tag is used for designing the unordered…
-
HTML <var> tag HTML <var> tag is a phrase tag which is used to define the variable for a mathematical equation, or…
-
Difference between HTML and ASP In this article, you will learn about the difference between HTML and ASP, but before discussing the…