+ 1
How to insert image using html?
please give the syntax
7 odpowiedzi
+ 17
By Using The Img Element:
<img src="#" border="#" alt="#" />
+ 4
<img src="yourImage.jpg">
+ 3
<img src="" alt="">
alternative text tags can be very useful. its a good habit to include when adding images to website or emails.
+ 2
tysm,😘
+ 2
Hello how can i insert image on html using my phone in sololearn
0
<img src=image.jpg>
0
Lesson writting this now