0
FOR SUPPORT
how to put image to HTML course because it is not have paste tab.
3 Antworten
+ 4
Please do not re-post the same question.
Mention the course name and the task number. Show what you have tried.
+ 3
Your question is unclear, i can assume you need to add image to your html code.
For adding image to html code we use img tag
<img src="pathToImg" />
Where "pathToImg" is link(absolute path) or file location(relative path)
On sololearn we can only use absolute, so you need to place link to some image, if this is your image from phone you need to upload it to some cloud like google drive or dropbox... and then use link.
+ 2
PanicS 's answer and the HTML course suggests you can try to use the img tag with this link as src:
https://cdn2.iconfinder.com/data/icons/avatars-99/62/avatar-370-456322-512.png