Correct Answer: alt
Explanation:
Note: This Question is unanswered, help us to find answer for this one
HTML 5 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More HTML 5 MCQ Questions
When the <!DOCTYPE html> element is placed at the beginning of an HTML page, what does it instruct the browser to do?
What does the attribute maxlength do when added to a text input?
Which heading element do search engines look for first?
Which HTML5 attribute specifies that an input field must be filled out before submitting a form?
What does the <mark> element define?
What should you use to make a form submit?
Which element, in combination with the <figcaption> element, allows the association of captions with their image counterparts?
How many <nav> tags can you have in an HTML5 document?
HTML5 Canvas can be used to create images.
The <canvas> tag is only a container for graphics; you should use a script to actually draw the graphics.