Which of the following tags is used to indicate the start of an HTML document?
Which HTML tag is used to create a form?
What is the purpose of the <article> tag in semantic HTML?
To define content that is tangentially related to the main content.
To define a self-contained piece of content, like a blog post or news article.
To define a section of the page that contains introductory content.
To define the main content area of a webpage.
How do you create a nested list in HTML?
Nest lists using CSS.
It's not possible to create nested lists in HTML.
Place a list inside another list's tags.
Use the 'nested' attribute.
Which semantic HTML tag is most appropriate for containing the primary navigation links of a webpage?
Which tag is used to embed an image in an HTML document?
What is the purpose of the 'title' attribute in HTML?
It defines the main heading on the page.
It specifies the title of the HTML document.
It provides additional information about an element.
It styles the background color of an element.
What is the purpose of attributes in HTML tags?
To create a hyperlink to another web page.
To define the content of the element.
To style the element with colors and fonts.
To provide additional information about the element.
How do you create an ordered list in HTML?
Which of the following is NOT a valid reason to use comments in HTML?
Temporarily disable specific HTML code.
Provide notes for future developers.
Explain complex code sections.
Improve search engine optimization (SEO).