Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link href="img_style.css" rel="stylesheet" type="text/css">
</head>
<body>
<script type="text/javascript">
document.write("<p>"+"Javascript and Image"+"</p>");
<!--document.write("<img src=C:/xampp/htdocs/img/image.jpg>");-->
</script>
</body>
</html>

You might also like