+ 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...
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.
+ 7
Example:
<img src="www.google/kkk.jpg" />