culTest

    One of the 25 questions in this topic

    How much do you know about Semantic Architecture and Hierarchy?

    Which element indicates the starting point of an HTML5 document?

    Answers

    <html>
    <!DOCTYPE html>Correct
    <head>
    <body>

    <!DOCTYPE html> is not a tag. It is a declaration. The root tag that starts the document is <html>.