<!DOCTYPE html>
<html>
<head>
<title>Title</title>
body{
background-image:url(images.jpg);
background-position:50%;
<!-- background image and centered it-->
}
</head>
<body>
<img src="images.jpg">
<!-- simple image -->
<br>
<a href="http://google.com"><img src="images.jpg"></a>
<!-- image that is a link as well -->
<br>
<img src="images.jpg" height="150"/>
<!-- resizing picture -->
</body>
</html>
Thank you,
W1174503

New Topic/Question
Reply


MultiQuote




|