<img> should be nested within a <figure> tag.
What is wrong with this code? <img src="https://source.unsplash.com/random">
<img> should be paired with a <caption> tag.
The <img> element is missing an alt attribute.
<img> is not a valid HTML element. Instead, use <image src="..."/>.
Note: This Question is unanswered, help us to find answer for this one
More HTML MCQ Questions
Which choice is the most semantically correct markup for specifying the first definition of a term?
How would you mark up a piece of ASCII art (an emoticon) in an accessible way?
Which example is a standard way in HTML5 for adding author metadata to a page?
Text ____ are used for extended entries that can include several lines of text.
You can specify an access key for an input element by using the ____ attribute.
Which of the following is an example of an HTML hidden field?
What is a use for the class attribute in HTML?
What is the purpose of the HTML <EM> tag?
Which attribute of an <a> tag can specify where it opens a link?
HTTP stands for...