|
|||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
HTML HeadingsThe next thing you will learn are headings. The H1 heading is the largest heading available using HTML. It looks like this: This is heading size 1 using the H1 tagsThe markup used to write it looks like this: <h1>This is heading size 1 using the H1 tags</h1>Heading 2 using the H2 tags(Note: this Heading is underlined because all the h2 headings are styled that way on this site using CSS.)Markup: <h2>Heading 2 using the H2 tags</h2> Heading 3 using the H3 tagsMarkup: <h3>Heading 3 using the H3 tags</h3>Heading 4 using the H4 tagsMarkup: <h4>Heading 4 using the H4 tags</h4>Heading 5 using the H5 tagsMarkup: <h5>Heading 5 using the H5 tags</h5>Heading 6 using the H6 tagsMarkup: <h6>Heading 6 using the H6 tags</h6>The headings are shown actual size. The default alignment is left justified. If you want center or right justified headings use the align="center" or align="right" attributes respectively. Yes it is that easy. |
|||||||||||||||||||||||||
|
Text formatting
| Headings
| Lists
| Images
| Linking
| Tables
| Forms
| Scripting
| CSS
| Sign up here
| Contact us
| Resume
|
|||||||||||||||||||||||||
| © 2000 - 2010 by 985 computing LLC ITarama - The home of short sweet Web tutorials |
|||||||||||||||||||||||||