Answers for "adding image html tag"

2

add html img tag

<img src="image.jpg" alt="image description" style="width:500px; height:600px;">
Posted by: Guest on October-31-2021
1

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

Browse Popular Code Answers by Language