What is the correct HTML tag for inserting a line break?
Which tag is semantically appropriate for marking up the copyright information and author details typically found at the bottom of a webpage?
Which HTML tag is used to define a paragraph?
paragraph
None of the above
Which HTML element defines italic text?
What is the purpose of the <article> tag in semantic HTML?
To define a section of the page that contains introductory content.
To define the main content area of a webpage.
To define a self-contained piece of content, like a blog post or news article.
To define content that is tangentially related to the main content.
Which of the following is NOT a semantic layout element introduced in HTML5?
What is the purpose of attributes in HTML tags?
To define the content of the element.
To create a hyperlink to another web page.
To style the element with colors and fonts.
To provide additional information about the element.
Which HTML tag is used to specify metadata about an HTML document?
What does 'favicon' stand for in the context of web development?
File avatar icon
Fast loading icon
Favorite icon
Formatted avatar icon
Which HTML tag is used to create a form?