Problem Statement
Why are comments important in HTML code?
Explanation
Comments help document sections of your code, making it easier for others (and your future self) to understand the structure and logic. They do not affect how the page is rendered by the browser.
Code Solution
SolutionRead Only
<!-- This section contains the main navigation --> <nav>...</nav>
Practice Sets
This question appears in the following practice sets:
