skip to main | skip to sidebar

Sunday, April 14, 2013

Web Design For Beginner (Part 2)

0 comments
Image tag is very important tag for web design . Image tag start with "img" . Use this tag in body.

    <img src="Website Url" width="111" height="140">

For line break use
<br> Content </br>

Link tag use external and internal link.
<a href="Website Url">Keyword</a>

For design need hidden text need comment tag.
<!--Here is Comment -->

<b> That is Bold Tag</b>

<sub> Sub-scripted Tag</Sub>
<sup> Superscript Tag</Sup>