Which of the following HTML tags is used to embed an image in an HTML page?
2022
Which of the following HTML tags is used to embed an image in an HTML page?
- A.
<img>
- B.
<pic>
- C.
<href>
- D.
<url>
Attempted by 267 students.
Show answer & explanation
Correct answer: A
To embed an image in an HTML page, you must use the <img> tag. This is the standard element defined in HTML5 for displaying images within a document structure.