What is color
What Is this CSS property used to change the text color of an element?
What is <html>
What is this the root element that encloses all other HTML elements on a page?
What is <img>
What is this HTML tag used to embed an image in a web page?
What are heading tags? (or <h1> to <h6> tags)
What In HTML, do these elements define the main content headings on a web page?
Question: What is <p>
What is this tag used to define a paragraph of text on a web page?
What is p
What does this selector target all paragraph elements on a web page?
What is <a>
What is this tag used to create a hyperlink to another web page?
What is src
Where this attribute specify the source URL of an image?
What is <h1>
What is this the HTML tag used for the most important heading on a page?
Question: What are <b> or <strong>
What are these tags used to make text bold?
What is line-height
What property control the spacing between lines of text?
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?
What is GIF
What Do common image file formats for the web include JPEG, PNG, and GIF?
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?
What is <br>
What does this tag create a line break, moving the following text to a new line?
What is Flexbox
What does this layout model arrange elements in a single row or column?
What is alt
what is this attribute used within an image tag to provide alternative text if the image cannot be displayed?
What is width or height
What Is this CSS property used to control the size of an image?
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?
What is <ul>
What is this tag used to create an unordered list, typically displayed with bullet points?
What is override? (or increase/make higher)
What does using !important after a style declaration increase its specificity?
What is <ol>
What is this element used to create an ordered list, typically displayed with numbers?
What is alt
What Does this attribute provide alternative text for an image if it can't be displayed?
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?
What is <div>
What does this tag define a container that can be used to group other HTML elements?