CSS
D-F
HTML
Lists
Headings
100

What does CSS stand for?

What is Cas cading Style Sheets?

100

What term describes the trail of data you leave behind while using the internet?

What is Digital Footprint?

100

What tag defines the most important heading on an HTML page?

What is <h1>?

100

What HTML tag is used to begin an unordered list?

What is<ul>?

100

What six tags are used to define different levels of headings?

What is n<h1> through <h6>?

200

What is the term for the part of a CSS instruction that picks out which HTML elements should be styled?

What is style sheet or CSS?

200

How Information like your IP address or websites visited, collected without your direct action, contributes to this kind of digital footprint?

What is Passive Footprint

200

What HTML element is known as the "root" element and it contains all other HTML elements?

What is <html>?

200

What tag is used to make a list with no numbers or bullets?


What is <dl> ,<dd>?

200

When using heading tags in the correct order (e.g., <h1> followed by <h2>, not skipping levels) is important for this aspect of your website?

What is accessibility or Search Engine Optimization?

300

What is a CSS used for?

What is webpage styling?

300

Where are actively posting on social media or creating online profiles examples of creating this type of digital footprint?

What is an Active footprint?

300


Which paired tags are used to define a block of text in HTML?



What is <p>, </p>

300

When each item within an ordered or unordered list is defined using these paired HTML tags?

What is <li></li>?

300

What heading tag represents the most important heading on a webpage and is usually displayed in the largest font?

What is <h1>?

400

True or False

Do you need to link pages through the CSS page

What is False?

400

When you delete a post, it might still exist somewhere online due to this characteristic of the digital world>?

What is permanence or persistence?

400

What attribute is used within the <a> tag to specify the web address of the link?

What is <href>?

400

What is the default bullet points the <ul> tag can use values like "circle" or "square" for this attribute to change the appearance of the list markers.

What is the attribute?

400

If you wanted a subheading within a section already marked with an <h2> tag, which heading tag would be the most appropriate to use?

What is <h3>?

500

How do you connect CSS code that's in a separate file to your HTML document so that the styles are applied?

What is the <link> tag?

500

How can thinking carefully before posting online and considering that many people might see it help manage your digital footprint?

What is your onlinea privacy?

500

What tag is used to insert an image into an HTML document?

What is < img >

500

What type of list would you use if you wanted to display a set of instructions in a specific sequence?

What is <ol>?

500

Unlike the <p> tag for paragraphs, heading tags typically add this much space above and below them by default?

What is A little?