Which of the following is NOT a valid form method attribute value?
GET
SUBMIT
PUT
POST
What is the correct HTML for creating a nested list item?
Can you nest HTML comments within each other?
It depends on the browser being used.
Yes, you can nest comments indefinitely.
No, nested comments are not allowed in HTML.
Yes, but only one level of nesting is allowed.
Which of the following is the correct HTML entity for the less than sign (<)?
&
<
"
>
What is the correct HTML for creating a text input field?
What is the primary benefit of using semantic HTML elements like <nav> and <article>?
<nav>
<article>
They improve the website's search engine optimization (SEO)
They reduce the file size of the HTML document
They create visually appealing styles
They enable interactive functionality on the page
Which tag is semantically appropriate for marking up the copyright information and author details typically found at the bottom of a webpage?
Which HTML element defines italic text?
Which of these elements is typically NOT found within a <header> tag?
What is the primary difference between HTML and XHTML?
XHTML enforces stricter syntax rules than HTML.
XHTML is a newer version of HTML with more features.
HTML is for web pages, while XHTML is for XML documents.
There is no difference; they are the same thing.