CSS
HTML
Images
Headings
Basic tags
100

What is color

What Is this CSS property used to change the text color of an element?

100

What is <html>


What is this the root element that encloses all other HTML elements on a page?




100

What is <img>

What is  this HTML tag used to embed an image in a web page?

100

What are heading tags? (or <h1> to <h6> tags)

What In HTML, do these elements define the main content headings on a web page?

100

Question: What is <p>

 What is this tag used to define a paragraph of text on a web page?

200

What is p

What does this selector target all paragraph elements on a web page?




200

What is <a>

What is this tag used to create a hyperlink to another web page?

200

What is src

Where this attribute specify the source URL of an image?

200

What is <h1>

What is this the HTML tag used for the most important heading on a page?

200

Question: What are <b> or <strong>

What are these tags used to make text bold?

300

What is line-height

What property control the spacing between lines of text?

300

What are <h1> through <h6>

What are these tags used to define the main content headings on a web page, with <h1> being the most important?

300

What is GIF

What Do common image file formats for the web include JPEG, PNG, and GIF?

300

What is the level of importance (or hierarchy)?

What does the numerical value in a heading tag (like h3) indicate its level of importance relative to other headings?

300

What is <br>

What does this tag create a line break, moving the following text to a new line?

400

What is Flexbox

What does  this layout model arrange elements in a single row or column?

400

What is alt

what is this attribute used within an image tag to provide alternative text if the image cannot be displayed?

400

What is width or height

 What Is this CSS property used to control the size of an image?

400

Question: What are headings (or heading tags)?

What do search engines often use these HTML elements to understand the structure and topic of a web page?

400

What is <ul>

What is this tag used to create an unordered list, typically displayed with bullet points?

500

What is override? (or increase/make higher)

What does using !important after a style declaration increase its specificity?

500

What is <ol>

What is this element used to create an ordered list, typically displayed with numbers?

500

What is alt

What Does this attribute provide alternative text for an image if it can't be displayed?

500

What is accessibility (or semantic structure)?


What is using heading tags in the correct order (e.g., h1 followed by h2, not skipping levels) important for the accessibility of web development?

500

What is <div>


What does this tag define a container that can be used to group other HTML elements?

M
e
n
u