Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Adding Text
Align Text
Marquee
Text Color
Text Font
Text Headers
Text Links
Text Size
Text Spacing
Text Styles
Text Headers
[notify admin to delete page]
233
Level 1 Header
Delete Section
Description
The tag for this header is <H1>. The starting tag is <H1> and the closing tag is </H1>. This header is used at the top of pages to title the page. Here is an example using the Level 1 Header.
The tag for this header is <H1>. The starting tag is <H1> and the closing tag is </H1>. This header is used at the top of pages to title the page. Here is an example using the Level 1 Header.
Code
<h1> Hello World! </h1>
<h1> Hello World! </h1>
Output
<h1> Hello World! </h1>
Hello World!
Practice
Cannot Edit - Code section automatically placed here.
Level 2 Header
Delete Section
Description
The tag for this header is <H2>. The starting tag is <H2> and the closing tag is </H2>. This header is used to separate secondary parts of the page. Here is an example using the Level 2 Header.
The tag for this header is <H2>. The starting tag is <H2> and the closing tag is </H2>. This header is used to separate secondary parts of the page. Here is an example using the Level 2 Header.
Code
<H2> Hello World! </H2>
<H2> Hello World! </H2>
Output
<H2> Hello World! </H2>
Hello World!
Practice
Cannot Edit - Code section automatically placed here.
Level 3 Header
Delete Section
Description
The tag for this header is <H3>. The starting tag is <H3> and the closing tag is </H3>. Here is an example using the Level 3 Header.
The tag for this header is <H3>. The starting tag is <H3> and the closing tag is </H3>. Here is an example using the Level 3 Header.
Code
<H3> Hello World! </H3>
<H3> Hello World! </H3>
Output
<H3> Hello World! </H3>
Hello World!
Practice
Cannot Edit - Code section automatically placed here.
Level 4 Header
Delete Section
Description
The tag for this header is <H4>. The starting tag is <H4> and the closing tag is </H4>. Here is an example using the Level 4 Header.
The tag for this header is <H4>. The starting tag is <H4> and the closing tag is </H4>. Here is an example using the Level 4 Header.
Code
<H4> Hello World! </H4>
<H4> Hello World! </H4>
Output
<H4> Hello World! </H4>
Hello World!
Practice
Cannot Edit - Code section automatically placed here.
Level 5 Header
Delete Section
Description
The tag for this header is <H5>. The starting tag is <H5> and the closing tag is </H5>. Here is an example using the Level 5 Header.
The tag for this header is <H5>. The starting tag is <H5> and the closing tag is </H5>. Here is an example using the Level 5 Header.
Code
<H5> Hello World! </H5>
<H5> Hello World! </H5>
Output
<H5> Hello World! </H5>
Hello World!
Practice
Cannot Edit - Code section automatically placed here.
Level 6 Header
Delete Section
Description
The tag for this header is <H6>. The starting tag is <H6> and the closing tag is </H6>. Here is an example using the Level 6 Header.
The tag for this header is <H6>. The starting tag is <H6> and the closing tag is </H6>. Here is an example using the Level 6 Header.
Code
<H6> Hello World! </H6>
<H6> Hello World! </H6>
Output
<H6> Hello World! </H6>
Hello World!
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements