Which of the following is the correct HTML entity for the less than sign (<)?
&
"
>
<
Which of the following is NOT a semantic layout element introduced in HTML5?
What symbols are used to denote a comment in HTML?
//
<comment> </comment>
/* */
What is the purpose of the <head> section in an HTML document?
<head>
Displays content to the user
Creates interactive elements on the page
Contains metadata about the HTML document
Defines the main structure of the document
Can you nest HTML comments within each other?
It depends on the browser being used.
Yes, you can nest comments indefinitely.
Yes, but only one level of nesting is allowed.
No, nested comments are not allowed in HTML.
Who is credited with creating HTML?
James Gosling
Tim Berners-Lee
Brendan Eich
Linus Torvalds
Which tag is used to create a header cell in an HTML table?
How can you use comments to debug HTML code?
Comments can execute JavaScript code for debugging purposes.
You can temporarily comment out sections of code to isolate issues.
Comments can be used to display error messages in the browser.
Comments directly interact with browser developer tools for debugging.
How do you create a nested list in HTML?
It's not possible to create nested lists in HTML.
Use the 'nested' attribute.
Nest lists using CSS.
Place a list inside another list's tags.
Which semantic HTML tag is most appropriate for containing the primary navigation links of a webpage?