Pages

Monday, April 6, 2015

HTML ELEMENT

•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 />

No comments:

Post a Comment