XHTML and CSS Tutorial - 8 - Adding Images to the Webpage

<!doctype html>
<html>
<head>
</head>
<body>
<img src="1.jpg"/>
</body>
</html>

<!doctype html>
<html>
<head>
</head>
<body>
<a href="http://etexplains.com"><img src ="1.jpg"/>
</body>
</html>

Comments