Wednesday, December 7, 2011

HTML Basic

An HTML document has two parts: body part and formatting part.
• Formatting part is specially marked by putting it into
. These are called tags.
• Most tags come in opening and closing tags.* An opening tag is pretty
straightforward:  
. A closing tag adds a slash:

• Content information is bracketed between opening and
closing tags:
This is a first paragraph.


* One tag that has no closing counterpart is the image tag:
<img src=”rover.jpg”/>

1 comment: