Write an html program on image tag?
Program: <html> <head> <title>image</title> </head> <body> <img src="C:\...
https://www.computersprofessor.com/2016/06/write-html-program-on-image-tag.html
Program:
<html>
<head>
<title>image</title>
</head>
<body>
<img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\car.jpg" width=100 height=100
<p>
This is the picture of my 1972 corveete.Working on this corvette is my hobby. The car is not a show car, it is a driver.
This model that the car in mint condition and use exclusively for show, rather it is a hobby car that is driven. And boy is it fun to drive...
</p>
<br><br><br><br><br><br><br><br>
<center>
More information can be found at http://www.vettes.com/USA
</center>
</body>
</html>
Output: