answersLogoWhite

0


Best Answer

Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading



Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Heading tags let you define headings for your pages, like for main headings in a document or ones over paragraphs or other sections. There are six heading tags, having the letter h followed by any of the numbers from 1 to 6. The

tag gives you the largest heading and

gives the smallest.

This is a main heading

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

<h1>This is a heading</h1>

<h2>This is a heading</h2>

<h3>This is a heading</h3>

<h4>This is a heading</h4>

<h5>This is a heading</h5>

<h6>This is a heading</h6>

Output of the above code

= This is a heading = == This is a heading ======

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

See related link.

This answer is:
User Avatar

User Avatar

Wiki User

6y ago

Headings have multiple tags. They are defined by

to
, with

being the largest heading.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML tag for Heading 1-6?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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 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 use of h1 tag in an HTML document?

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


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.


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.


How do HTML headers work?

= = = = = hello = == hello HTML tags must be within the "&lt;" and "&gt;" symbols.the largest heading would be: h1 inside these symbols ("&lt;" and "&gt;") for an opening tag, the text you wish to format would then follow, and the closing tag /h1 within these symbols ("&lt;" and "&gt;") would end the tag. Heading size decreases as the number within the tag increases, with h1 being largest and h7 being smallest


What is the code to center a heading in HTML?

The CENTER tag in HTML is used to center blocks of code within an HTML document. The tag is very easy to use as you only have to open it and close it around the text you want centered. This can be 2 lines of text or an entire webpage. See the example below. &lt;center&gt; Smasher is teaching me HTML &lt;/center&gt; This would take the text and center it on the screen. If you want to center the whole page simply put the open tag at the beginning of the document and the close tag at the end.


What is tag in HTML?

when you are making a web page you make a HTML tag so when you convert it to a web browser it isn't just blank. it is a piece of the code that your browser decodes into the page you see. this is an HTML tag &lt;HTML&gt; and it tells the browser that this is an HTML page. for everything you see on a web page, there is a special HTML tag for it.


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


What does the HTML tag TD create?

The &lt;td&gt;&lt;/td&gt; tag creates a table data cell. This is one of the boxes within an HTML table, and it intended to hold data (as opposed to a &lt;th&gt; which represents a table heading.) Table cells are always contained within a table row &lt;tr&gt; tag.


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.