what is wrong with my html code, the picture is not resizing?

Ashley B

New member
<html>
<head>

<style type="text/css">
body {background-color: #F1EDC2;}
h1 {text-align:center background-color: #00ff00; color: #000080;}
h2 {background-color: transparent; color: #006400; text-decoration: underline}
</style>

</head>


<body>

<h1 align="center"><u>Welcome To Ashley's Retro Computer Webpage<u/></h1>
<br>
<br>
<h2>Below you will find various images, information and facts relating to retro computers</h2>

<img src="L:\Resources\Unit 10 - Web CSS\images\commodore64.jpg" width"10" height"5"

</body>
</html>
 
Back
Top