About the tag <img> | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

About the tag <img>

hello all please solve my trouble ... I still didint know how to input Image in html tag ????

14th Mar 2018, 11:39 AM
Taruna live_on
Taruna live_on - avatar
3 ответов
14th Mar 2018, 12:31 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar
+ 2
you add the specific address of the image( ex: image.png) you can also use alt='text' to display when the image do not load <img src='image.png' alt='text'/> you can also choose the height and width <img src='image.png' alt='text' width=150px height=150px /> and you add a class or an id.
14th Mar 2018, 12:31 PM
Amine Trabelsi
Amine Trabelsi - avatar
+ 1
that was I did master ... but still souldnt inout to html document.
16th Mar 2018, 9:29 AM
Taruna live_on
Taruna live_on - avatar