Saturday, April 12, 2014

HTML TUTORIAL PART 7

HTML TUTORIAL PART 7

PROBLEM:
LOOK AT THE FOLLOWING:




SOLVED:
THE CODE BELOW MADE THE HTML TIP:

<html>
<head>
<title> Img Tag </title>
<body>
<img src="baby.jpg" align="left" Hspace=25 height=250 width=180>
<ul>
<li> we can add some text with img tag
<li> it has not end tag
<li> attributes are src=Imagename width=number hight= number in pixcel
<li> For align use top, middle, bottom, left and right
<li> hspace and vspace used to give space form text
</ul>
<p> <a href="text.html">Return to Main </a>

</body>
</html>

No comments:

Post a Comment