HTML stands for "hyper-text markup language".
in HTML <h2> stands for heading 2
Hypertext Markup Language
Horizontal Rule
Paragraph.
It stands for markup.
HTML stands for HyperText Markup Language.
Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>
HTML stands for Hyper Text Mark-up Language and was created in 1991.
HyperText Markup Language.
HyperText Markup Language.
Hyper Text Markup Language
H1 is a heading tag in HTML and is the most important heading tag. In a single HTML document there should only be one H1 heading tag. There are a total of six heading tags in HTML, h1, h2, h3, h4, h5, and h6. H1 is the most important and h6 is the least important. These are useful at organizing your content on a web page.