| Warning: include(http://www.studio6000.com/tutorside.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/studio60/public_html/html/lesson8.php on line 17 Warning: include() [function.include]: Failed opening 'http://www.studio6000.com/tutorside.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/studio60/public_html/html/lesson8.php on line 17 |
HeadingsHeadings are a pretty useful tool to help organize your topics and they come in sizes 1-6.Here are all of the header tags
Notice how, the lower the header number the larger it will appear. You can also align your headers right, left or center. To to this simply add the align attribute, as follows: <h3 align="right">This is a Heading 3</h3> <h3 align="center">This is a Heading 3</h3> <h3 align="left">This is a Heading 3</h3> The code above will appear as:
|