We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For a tutorial on inserting images, I'd recommend this website: https://www.w3schools.com/tags/tag_img.asp
First, save the image you want to add to the web page into the images folder. Then, add the following code in the place you want to insert the image:
images
<img src="images/img.jpg" alt="My Image" width="500" height="600">
Change img.jpg to the name of your file and you can change the width and height values of the image.
img.jpg