+ 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???
13 Antworten
+ 5
Mirul Makenkov II no , tags like
<br>
<hr>
<img>
are called as self closing tags, and don't need a closing tag
+ 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 👍
+ 6
Morpheus yeah cuz youre same as Jobs and Wozniak... 😁
+ 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
+ 6
then u should became Morpheus: THE MASTER OF WEBSIDE..
+ 5
Morpheus so no need to put </img>??
+ 5
Morpheus soo putting an image needs com and jpg???
+ 5
Mirul Makenkov II any valid links will do for the image source,
it might be
jpg or jpeg
png
gif
svg
+ 5
Morpheus ik that... cuz Steve Jobs ever say this "Everyone should code cuz it teaches u how to think"
+ 4
Morpheus am I right?? cuz i already try using jpg pic but it doesnt work for me plzz help
+ 4
Mirul Makenkov II
To put a picture it needs like this
<img src="http://example.jpg" alt= "Example Picture" width="50%" height="100%">
+ 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.
+ 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.