How to add image on screen in HTML???
We can add image in html as:
<img src="location\picturename.name of file">
you can get the location of image by doing right click on image before opening. then copy and paste location , name of picture and then name of file
let see practice:
<html>
<head>
<title>
---------then close tag
</title>
</head>
< body >
<font size=10 color=blue>
<img src="location\picturename.name of file">
Then close this tag as
</img>
</body>
</html>
we can change the size of picture image by opening picture with pics manager then go to their size and decrease or increase size like 50,or 100.
you can do practice by coping this tags on notepad that is compulsery on each laptop or PC .