How should i had an image? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How should i had an image?

22nd Jul 2016, 5:29 AM
Justine Kemboi
Justine Kemboi - avatar
8 ответов
+ 3
by using this format. <IMG SRC="image name.jpg" alt=""> that's it
23rd Jul 2016, 3:24 PM
Vipin Meena
Vipin Meena - avatar
+ 1
If you mean how to add images you should use the <img> tag. <img src="..." alt=".."> the ... are the path of your image. you can also customize the height and width of the image with height="" and width="" inside the tag. Check the 6/14 in HTML Basics for more info.
22nd Jul 2016, 5:36 AM
Stanislas MIHALJCUK
Stanislas MIHALJCUK - avatar
+ 1
<IMG SRC ="example.jpg" alt= "this is an example" title="An example "> whereby IMG is the tag, the src indicates where the image is found in the computer, alt is alternative showing the alternative words if the image doesn't load well in the browser and title is just the title of the image
5th Aug 2016, 5:22 AM
Neema Roswe
0
<img src ="..."/>
1st Aug 2016, 8:12 PM
chenna Rao
chenna Rao - avatar
0
I can insert an image by using <img> tag
6th Aug 2016, 3:17 PM
Jigyashu Singh
Jigyashu Singh - avatar
0
by using img tag: <img src="url">
11th Aug 2016, 12:40 AM
Saber
Saber - avatar
- 2
hello
22nd Jul 2016, 3:25 PM
AnSaR c0der
AnSaR c0der - avatar
- 2
<h1>Hello</h1>
22nd Jul 2016, 3:26 PM
AnSaR c0der
AnSaR c0der - avatar