What is HTML? Explain any 6 tag properties
Answers
Answer:
The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
HTML Tags by Alphabets
Tag name and Description
<h1> to <h6> It defines headings for an HTML document from level 1 to level 6.
<head> It defines the head section of an HTML document.
<header> It defines the header of a section or webpage.
<hr> It is used to apply thematic break between paragraph-level elements.
Answer:
The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
HTML Tags by Alphabets
Tag nameDescription<h1> to <h6>It defines headings for an HTML document from level 1 to level 6.<head>It defines the head section of an HTML document.<header>It defines the header of a section or webpage.<hr>It is used to apply thematic break between paragraph-level elements