2.Write the code line to insert image in the webpage.
Answers
Answered by
1
Answer:
The code for inline images is img . You use the same type of attribute as the href attribute from the last article, so having used that before will help you get your head around this quicker. The image will appear on your page like this. src stands for “SouRCe”, so what you're saying is the image source is go.
Answered by
2
Answer:
<img src:"Your Image Location"></img>
Explanation:
In order to put a simple image on a webpage, we use the <img> element. This is an empty element (meaning that it has no text content or closing tag) that requires a minimum of one attribute to be useful — src (sometimes spoken as its full title, source).
Similar questions
Math,
3 months ago
Physics,
3 months ago
Math,
7 months ago
Political Science,
11 months ago
Science,
11 months ago