HTML Basics
CSS Styling
Intellectual Property
Digital Footprint
Mix Bag
100

What does HTML stand for?

HyperText Markup Language

100

What does CSS stand for?

Cascading Style Sheets

100

What does copyright protect?

Original works like books, music, and software

100

What is a digital footprint?

The trace of online activity a person leaves behind

100

What does <p> do in HTML?

Creates a paragraph

200

What HTML tag creates a paragraph

<p> </p>

200

What property changes the background color of an element?

background-color

200

What is plagiarism?

Using someone else’s work without proper credit

200

Name one way to manage your digital footprint.

Adjusting privacy settings, being mindful of posts, or Googling yourself to see what appears

200

What CSS property controls text size?

font-size

300

What is the purpose of the <head> section in an HTML document?

It contains metadata, links to stylesheets, and other information for the browser.

300

How do you apply an external CSS file to an HTML document?

Using <link rel="stylesheet" href="styles.css"> in the <head> section

300

What is fair use?

A legal doctrine allowing limited use of copyrighted material without permission for purposes like education or criticism

300

What is the difference between an active and passive digital footprint?

Active is what you intentionally share, while passive is data collected about you

300

The selector used to apply styles to all <h1> elements on a webpage.

What is h1 {}?

400

The opening and closing tags used to define the main heading of a webpage.

What is <h1></h1>?

400

The selector used to apply styles to all <p> elements on a page.

What is p {}?

400

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

400

How can social media impact your future job opportunities?

Employers may review your online activity to assess professionalism

400

Which HTML element is being styled? h1{ font-size: 14px;}

What is heading 1?

500

The tag used to create an ordered list in HTML.

What is <ol>?

500

The CSS property used to change the text color.

What is color?

500

What does a Creative Commons license allow?

It gives permission for others to use work under specific conditions

500

What does data encryption help with?

Protecting sensitive information from unauthorized access

500

How does CSS interact with your website?

what is adds style to your website?

M
e
n
u