1.1.Introduction to HTML |
In this lesson...
|
What is HTML? HTML, or Hyper Text Markup
Language, is how a web browser displays a document. |
|
HTML codes or TAGS As an example, when a web browser displays the text "Introduction
to HTML" it reads from a plain text file, and looks for special
codes or" tag" that are marked
by the signs < and >.
The general format of a html tag is: The title "Introduction to HTML" uses a header tag:
The Basics An HTML document contains two distinct parts, the head and the body. The whole page is bracketed by The basic page is shown below: < html > < head > < title >......bla bla bal............< / title > < / head > < body > ......SAMPLE WEB PAGE .......... < / body> < / html > |
|
|
Home | Course Catalog| Lesson Index | next | previous | |
© 1999- 2000 hayayoo e-mail:
hayayoo@yahoo.com
© 1999, 2000 hayayoo Reserved