Write a HTML program to demonstrate the use of <IMG> tag.
Write a HTML program to demonstrate the use of <IMG> tag.
Code : img.html
<html>
<head>
<title>example of IMG tag</title>
</head>
<body><imgsrc="z:\img\rose.jpg" alt="rose"></img></body>
</html>
No comments:
Post a Comment