HTML Tags
Attributes
Elements
Structure
Forms
100

What tag is used to define the main heading of an HTML document?

What is the <h1> tag?

100

 What attribute is used to specify the URL of a hyperlink?

What is the href attribute?

100

What defines a section of content in an HTML document?

What is an HTML element?

100

What is the root element of an HTML document?

What is the <html> tag?

100

What is the purpose of the <form> element in HTML?

What is to collect user input?

200

Which tag is used to create an unordered list?

What is the <ul> tag?

200

How do you add alternative text for an image in HTML?

What is using the alt attribute?

200

What is the purpose of the <div> element?

What is to group content for styling purposes?

200

What is the purpose of the <head> section in an HTML document?

What is to contain metadata and links to scripts and styles?

200

How do you create a text input field in a form?

What is using the <input type="text"> element?

300

What tag is used to embed an image in a webpage?

What is the <img> tag?

300

What attribute is used to define the target of a hyperlink?

What is the target attribute?

300

What is the role of the <span> element in HTML?

What is to style a portion of text inline without breaking the flow?

300

What is the structure of a basic HTML document?

What is <!DOCTYPE html>, followed by <html>, <head>, and <body> tags?

300

What attribute is used to specify how to send form data?

What is the method attribute (e.g., GET or POST)?

400

How do you create a line break in HTML?

What is using the <br> tag?

400

What is the purpose of the class attribute in HTML?

What is to define a class for CSS styling?

400

 What is an empty element in HTML?

What is an element that does not have a closing tag, like <img>?

400

What tag is used to create a footer in an HTML document?

What is the <footer> tag?

400

What tag is used to create a dropdown list in a form?

What is the <select> tag?

500

What tag is used to define a table in HTML?

What is the <table> tag?

500

How do you specify inline styles for an element?

What is using the style attribute?

500

How do you define a section of navigation links in HTML?

What is using the <nav> element?

500

How do you define a section for introductory content in an HTML document?

What is using the <header> tag?

500

How do you create a checkbox input in a form?

What is using the <input type="checkbox"> element?

M
e
n
u