What does HTML stand for?
HyperText Markup Language
What does CSS stand for?
Cascading Style Sheets
What does copyright protect?
Original works like books, music, and software
What is a digital footprint?
The trace of online activity a person leaves behind
What does <p> do in HTML?
Creates a paragraph
What HTML tag creates a paragraph
<p> </p>
What property changes the background color of an element?
background-color
What is plagiarism?
Using someone else’s work without proper credit
Name one way to manage your digital footprint.
Adjusting privacy settings, being mindful of posts, or Googling yourself to see what appears
What CSS property controls text size?
font-size
What is the purpose of the <head> section in an HTML document?
It contains metadata, links to stylesheets, and other information for the browser.
How do you apply an external CSS file to an HTML document?
Using <link rel="stylesheet" href="styles.css"> in the <head> section
What is fair use?
A legal doctrine allowing limited use of copyrighted material without permission for purposes like education or criticism
What is the difference between an active and passive digital footprint?
Active is what you intentionally share, while passive is data collected about you
The selector used to apply styles to all <h1> elements on a webpage.
What is h1 {}?
The opening and closing tags used to define the main heading of a webpage.
What is <h1></h1>?
The selector used to apply styles to all <p> elements on a page.
What is p {}?
A legal doctrine allowing limited use of copyrighted material without permission for purposes like education or criticism
Public domain is free for anyone to use, while open source requires following licensing terms
How can social media impact your future job opportunities?
Employers may review your online activity to assess professionalism
Which HTML element is being styled? h1{ font-size: 14px;}
What is heading 1?
The tag used to create an ordered list in HTML.
What is <ol>?
The CSS property used to change the text color.
What is color?
What does a Creative Commons license allow?
It gives permission for others to use work under specific conditions
What does data encryption help with?
Protecting sensitive information from unauthorized access
How does CSS interact with your website?
what is adds style to your website?