Answers for "how to add image"

6

html how to insert image

<!--When the image is in the same folder as your html file-->
<img src="example.jpg">
<!--When the image is in a image folder-->
<img src="./image/example.jpg">
Posted by: Guest on May-14-2020
0

how do i add an image

<img src="image-source" alt="Image Tag" width="Width" height="Height">

<!--image-source is the File Path or URL-->

<!--Have a nice Day!!! :)-->
Posted by: Guest on August-05-2021

Browse Popular Code Answers by Language