A valid HTML document - Level 02
Quiz
Which statement about <!DOCTYPE html> is true?
Possible answers to the quiz
<!DOCTYPE html> does not exist in the HTML specification.It specifies that no HTML code will be used in the following document.
It tells the browser to use the latest html version to render the page.
It is not required in a valid HTML document.