What does CSS stand for?
What is Cascading Style Sheets?
What does HTML stand for?
What is Hyper Text Markup Language?
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?
When headings are in a(<h1> to <h6>) order they serve as an main purpose for content organization?
What is to structure content hierarchically?
What HTML tag is used to begin an unordered list?
What is<ul>?
What is a CSS used for?
What is styling a webpage?
What is the correct HTML element for inserting a line break?
What is a <br> tag
What can future employers or universities looking at your digital footprint before making a decision about you do?
What is impacting my future opportunities?
What heading tag represents the most important heading on a webpage and is usually displayed in the largest font?
What is <h1>?
When each item within an ordered or unordered list is defined using these paired HTML tags?
What is <li> and </li>?
True or False
You link pages through the CSS page
What is False?
Which character is used to indicate an end tag?
What is </>?
What are the settings on social media that control who can see your posts and information?
What are privacy settings?
What is the standard way that heading elements should be ordered in a document?
What is hierarchical order (h1 to h6)?
What tag is used to make a list with no numbers or bullets?
What is <dl> and <dd>?
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?
What tag is used to insert an image into an HTML document?
What is <img>
What actions do you take when regularly reviewing privacy settings and removing old posts are examples?
What is managing and curating my digital footprint?
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>?
What type of list would you use if you wanted to display a set of instructions in a specific sequence?
What is <ol>?
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?
What attribute is used within the <a> tag to specify the web address of the link?
What is <href>?
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?
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>?
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?