Answers for "what tag is used to insert an image in html"

4

how do you add an image in html

<img src="">
Posted by: Guest on January-15-2021
0

add image in html

<img src="image(name).png" alt="descibe your image">
non code:
for styling i will prefer using css instead of html
Posted by: Guest on May-28-2021

Code answers related to "what tag is used to insert an image in html"

Browse Popular Code Answers by Language