CSS
HTML
Digital Footprint
Headings
Lists
100

What does CSS stand for?

What is Cascading Style Sheets?

100

What does HTML stand for?



What is Hyper Text Markup Language?

100

What is the first step in understanding your online presence and knowing what's publicly available about you?

What is assessing my current digital footprint?

100

When headings are in a(<h1> to <h6>) order they serve as an main purpose for content organization?

What is to structure content hierarchically?

100

What HTML tag is used to begin an unordered list?

What is<ul>?

200

What is a CSS used for?

What is styling a webpage?

200

What is the correct HTML element for inserting a line break?




What is a <br> tag

200

What can future employers or universities looking at your digital footprint before making a decision about you do?

What is impacting my future opportunities?

200

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

What is <h1>?

200

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

What is <li> and </li>?

300

True or False

You link pages through the CSS page

What is False?

300

Which character is used to indicate an end tag?

What is </>?

300

What are the settings on social media that control who can see your posts and information?

What are privacy settings?


300

What is the standard way that heading elements should be ordered in a document?

What is hierarchical order (h1 to h6)?

300

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


What is <dl> and <dd>?

400

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?

400

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

What is <img>

400

What actions do you take when regularly reviewing privacy settings and removing old posts are examples?

What is managing and curating my digital footprint?

400

In Code.org, if you wanted to create three distinct levels of headings on your webpage, you would use these specific HTML tags.

What are <h1>, <h2>, and <h3>?

400

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

What is <ol>?

500

What is the term for the part of a CSS instruction that picks out which HTML element(s) should be styled?


What is Style sheet or CSS?

500

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

What is <href>?

500

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

What is online permanence or persistence?

500

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

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 type attribute?