answersLogoWhite

0

A heading tag is a tag that defines a heading (duh). Different heading tags change the text size/weight.

For example, header one could be

<h1>HEADER 1</h1>

And turn out like this:

There are 6 different headers I believe

<h1><h2><h3><h4><h5> and <h6>

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Which is the HTML tag to start a Heading level 3?

&lt;h3&gt; is the tag for starting the heading level 3. It is for mid-size of a heading, out of the 6.


What is the correct HTML tag for a inserting a line break?

&lt;br&gt;


What is the exact answer of heading?

Heading can be put in a HTML page via the &lt;head&gt; tag. The size can be varied by H1 to H6 tag.


What is the correct HTML tag for inserting a line brake?

&lt;BR&gt;


What is the correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use &lt;br/&gt;


What is the use of h1 tag in an HTML document?

It's used for heading, h1 stands for heading 1.


What is the q tag used for?

The &lt;q&gt; tag is used to define a short quotation, inserting quotation marks around the quote.


How do you add an H2 heading?

Use the &lt;h1&gt; tag. E.G. &lt;h1&gt;This is in a big heading&lt;/h1&gt;


What are the characteristics of the hl in HTML tag?

&lt;h1&gt; is the tag which defines the size of heading in HTML. H1 denotes the biggest and H6 is the smallest.


What is the difference between H1 and H6 heading tags?

is a Heading and is the second biggest heading. An is an Anchor or a link.The H2 tag is used to display text in larger sizes like headings in a web page whereas the anchor tag is used to provide links to other web pages from within our web page


What is the difference between p tag and h4 tag?

Tags define elements. The P tag introduces a paragraph. The H4 tag introduces a fourth-level heading. A P element does not require a closing tag in HTML, but does in XHTML.


What is h1 in HTML stand for?

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.