What does CSS stand for?
What is Cas cading Style Sheets?
What term describes the trail of data you leave behind while using the internet?
What is Digital Footprint?
What tag defines the most important heading on an HTML page?
What is <h1>?
What HTML tag is used to begin an unordered list?
What is<ul>?
What six tags are used to define different levels of headings?
What is n<h1> through <h6>?
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?
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
What HTML element is known as the "root" element and it contains all other HTML elements?
What is <html>?
What tag is used to make a list with no numbers or bullets?
What is <dl> ,<dd>?
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?
What is a CSS used for?
What is webpage styling?
Where are actively posting on social media or creating online profiles examples of creating this type of digital footprint?
What is an Active footprint?
Which paired tags are used to define a block of text in HTML?
What is <p>, </p>
When each item within an ordered or unordered list is defined using these paired HTML tags?
What is <li></li>?
What heading tag represents the most important heading on a webpage and is usually displayed in the largest font?
What is <h1>?
True or False
Do you need to link pages through the CSS page
What is False?
When you delete a post, it might still exist somewhere online due to this characteristic of the digital world>?
What is permanence or persistence?
What attribute is used within the <a> tag to specify the web address of the link?
What is <href>?
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?
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>?
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?
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?
What tag is used to insert an image into an HTML document?
What is < img >
What type of list would you use if you wanted to display a set of instructions in a specific sequence?
What is <ol>?
Unlike the <p> tag for paragraphs, heading tags typically add this much space above and below them by default?
What is A little?