How to use img tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to use img tag?

I know how to use img tag.But I know it in computer please anyone tell me how to use img tag in Sololearn...also from where can I select a link? Thank you...

28th Jan 2018, 1:17 PM
Nirmal
2 Answers
+ 6
Trying my best to explain... First of all Nirmal, You have to know image's url which you want to use in your webpage. This is an example url of an image - https://www.thefamouspeople.com/profiles/images/laneya-grace-1.jpg If you want to use any personal image. Upload it to google drive and copy it's url. This is an example of personal image uploaded by me to google drive - https://drive.google.com/file/d/0B2ZkPdDE1A3sUzRpUWVMYXpvZG8/view?usp=drivesdk and then use it in <img> tag like this 👇👇👇 <img src="url_goes_here" height="100" width="100" alt="example"/> u can change values of height, width and alt. Hope it helps.
28th Jan 2018, 1:32 PM
Uttam
Uttam - avatar
+ 7
Example: <img src="www.google/kkk.jpg" />
28th Jan 2018, 1:26 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar