0
How do you insert an image on a webpage
6 Respuestas
+ 3
1. Don't post the same question twice.
https://www.sololearn.com/Discuss/3206936/?ref=app
2. Search the other questions, this have been asked before.
3. The general syntax is:
<img src="link" alt="alternative text">
https://www.sololearn.com/discuss/760123/?ref=app
https://www.sololearn.com/discuss/3187936/?ref=app
https://www.sololearn.com/discuss/3179793/?ref=app
https://www.sololearn.com/discuss/3188916/?ref=app
https://www.sololearn.com/discuss/3178325/?ref=app
https://www.sololearn.com/discuss/1143805/?ref=app
+ 2
Use the img tag. (Detailed information In the sololearn html course)
0
Okay thanks
0
Um, how do you link two webpages together
0
With an <a> tag. Example: <a href=“https://youtube.com”>Youtube</a>
Use the href attribute to specify the page that will be linked to the main web page
I recommend you to finish html course, it is very complete and well-explained.
0
Okay, thanks