+ 2
How to put picture
4 Respostas
+ 3
put the image file in the folder that you have the .html or .htm file then use this code
<body>
img src="example.png"alt=""/>
</body>
and example.png is just an example type the name in that code like example is the name of the image and .png is the type of image
+ 1
<img src="picname.png" width="300"height="200"><\img>
For eg
+ 1
<img src="example.extention type">
0
You can also make a picture your back ground