•An element consists of three basic parts: an
opening tag, the element's content, and finally, a closing tag.
Start tag *
|
Element content
|
End tag *
|
<p>
|
This is a
paragraph
|
</p>
|
<a
href="default.htm" >
|
This is a link
|
</a>
|
<br />
|
|
|
0 comments:
Post a Comment