Warning: include(http://www.studio6000.com/header.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/studio60/public_html/html/lesson3.php on line 12

Warning: include() [function.include]: Failed opening 'http://www.studio6000.com/header.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/studio60/public_html/html/lesson3.php on line 12

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/lesson3.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/lesson3.php on line 17
 

HTML Tags

All HTML pages are formatted by using tags. Two facts about tags:
  1. Almost all tags contain a less sign (<) and a greater sign (>). 
  2. Almost all tags have an opening tag and a closing tag. You will learn which tags do not need a closing tag later in this tutorial.

Here are some examples of opening tags
<b>
<i>
<u>

Here are some examples of closing tags. The closing tag is exactly the same as the opening tag except it contains a forward slash.
</b>
</i>
</u>

Notice how each tag begins with a less sign (<) and ends with a greater sign (>).

Next Lesson


Warning: include(http://www.studio6000.com/footer.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/studio60/public_html/html/lesson3.php on line 61

Warning: include() [function.include]: Failed opening 'http://www.studio6000.com/footer.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/studio60/public_html/html/lesson3.php on line 61