HOW DO I ADD PICTURE TO MY HTML DOC?

Right click on your image, select "Copy image adress" then add this script to your HTML doc:

<img src="IMAGEADRESS">

For example:

<img src="...dog.png">
 
Back
Top