Weekly Quiz Review #1
Which doctype is correct for HTML5?
<!DOCTYPE html>
The correct HTML element for creating a line break is
<br>
The correct HTML element for specifying a footer for a document or section is
<footer>
The Axe error Document "All page content must be contained by landmarks" can be rectified with which of the following tags?
<main>
The correct HTML element for for creating a numbered list is
<ol>
The correct HTML element for defining the title of a document is
<title>
The correct HTML element for playing video files is
<video>
Who is making the Web standards?
The World Wide Web Consortium
The HTML attribute _____ specifies an alternate text for an image if the image cannot be displayed.
alt
The correct HTML element (not tag) for for defining navigation links is
nav
In VS Code the shortcut to comment code text is Cmd + "/" (Mac) Ctrl+ "/" (PC) True or False?
true
In VS Code there is a shortcut to wrap text True or False?
true
In VS Code you must open the entire folder to utilize "Open With Live Server" True or False?
true