Look at the element below :
<img src=“sunflower.jpg" height="70%" width="30%">This is a beautiful flower.
1. What is the value assigned to src?
2. What is the content of the element ?
3. Name two attributes of the img tag.
4. What kind of element is this-container or empty ?
Answers
Answered by
0
Answer:
1. you can put the URL in the link
2. content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.
3. src and width
4. empty element
Explanation:
Similar questions