HTML Image Tag

We can use the image tag display the image in web page
<html>
<head>
<title>Image tag</title>
</head>
<body>
<image id='x'name='x'class='x'style=''title='image'hight='200px'width='200px'align=''alt='image not found'src='2.jpg'>
</body>

</html>

No comments:

Post a Comment