What does HTML stand for?
What is HyperText Markup Language
Which tag is used to create a paragraph in HTML?
What is the <p> tag
What tag is used to display an image in HTML?
What is the <img> tag
What does CSS stand for?
What is Cascading Style Sheets?
What tag is used to create the main structure of an HTML page?
What is the <html> tag
What attribute is needed to create a link in an <a> tag?
What is the href attribute?
Which attribute is used to specify the path of an image file in the <img> tag?
What is the src attribute
Which symbol is used to select an ID in CSS?
What is the # symbol
Which tag is used to define the title of an HTML document that appears on the browser tab?
What is the <title> tag
How do you make text bold in HTML?
What is the <b> or <strong> tag
Which tag creates a table in HTML?
What is the <table> tag
What is the difference between http and https?
What is https indicates a secure website
Name two tags that are required for an HTML document to function properly.
What tag would you use to italicize text?
What is the <i> tag
How do you add a table heading?
What is the <th> tag
How do you select an HTML element by its class in CSS?
What is the . symbol
In which section of an HTML document is metadata placed?
What is the <head> section
hat tag would you use to make text appear as a heading, specifically a medium-sized one?
What is <h3>
What tag is used to define a table row?
What is the <tr> tag
Which CSS selector has the highest specificity: ID, class, or tag?
What is the ID selector