Help me guys how to put some picture.. plzz i need help | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 6

Help me guys how to put some picture.. plzz i need help

Please help me.. To put a picture it needs like this right <img src= "http//example.jpg alt= "Example Picture" width="50%" lenght="100%"></img> Right or nope???

26th Apr 2018, 1:57 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
13 Réponses
+ 5
Mirul Makenkov II no , tags like <br> <hr> <img> are called as self closing tags, and don't need a closing tag
26th Apr 2018, 2:48 AM
Morpheus
Morpheus - avatar
+ 6
Mirul Makenkov II Steve Jobs primary skill was not technical he was a good leader and marketing expert. Wozniak was the genius behind logic and hardware. it's good to know you are following his advice 👍
26th Apr 2018, 4:14 AM
Morpheus
Morpheus - avatar
+ 6
Morpheus yeah cuz youre same as Jobs and Wozniak... 😁
26th Apr 2018, 4:15 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
+ 6
Steve Jobs never understood the computer part: Wozniak Apple co-founder Steve Wozniak opens up on what he thinks of the tech giant and Steve Jobs. He also shares his opinion on what he feels are the strength and weakness of the company with which he parted ways after having created the first personal computation device. Morpheus
26th Apr 2018, 4:19 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
+ 6
then u should became Morpheus: THE MASTER OF WEBSIDE..
26th Apr 2018, 4:32 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
+ 5
Morpheus so no need to put </img>??
26th Apr 2018, 2:32 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
+ 5
Morpheus soo putting an image needs com and jpg???
26th Apr 2018, 3:34 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
+ 5
Mirul Makenkov II any valid links will do for the image source, it might be jpg or jpeg png gif svg
26th Apr 2018, 3:44 AM
Morpheus
Morpheus - avatar
+ 5
Morpheus ik that... cuz Steve Jobs ever say this "Everyone should code cuz it teaches u how to think"
26th Apr 2018, 3:46 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
+ 4
Morpheus am I right?? cuz i already try using jpg pic but it doesnt work for me plzz help
26th Apr 2018, 1:58 AM
Mirul Makenkov II
Mirul Makenkov II - avatar
+ 4
Mirul Makenkov II To put a picture it needs like this <img src="http://example.jpg" alt= "Example Picture" width="50%" height="100%">
26th Apr 2018, 2:01 AM
Morpheus
Morpheus - avatar
+ 4
Mirul Makenkov II you think so highly of me I appreciate that, but you know one very important thing, you d actually have to learn a lot to identify the real masters in SoloLearn who don't chat a lot but if they do then it's pure knowledge . so study a lot to find the masters , suppose if there are 10 temples of teaching web development, then i am the student of 2nd temple , so you see I have still 8 levels ahead of me.
26th Apr 2018, 4:30 AM
Morpheus
Morpheus - avatar
+ 2
I want to make sure you know that you can't do "http://example.jpg". The browser will assume that example.jpg is a domain. You either have to do something like "http://example.com/image.jpg" if you want an external image or "C:\Path\to\image\image.jpg" if you want a local image.
3rd May 2018, 10:24 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar