NEW
Font size
WorksheetsCode.org (Unit 2)
Total questions: 10
Worksheet time: 5mins
What does CSS stand for?
Creative Styling Sheets
Cascading Style Sheets
Creative Commons
What is the code to add images?
<link rel="stylesheet" href="style.css">
<img src="cat.jpeg" alt="image description">
What is the definition of a heading?
A piece of a website, marked by a start tag and closed with an end tag
A language used to create web pages
A title or summary for a document or section of a document.
HTML Element is...
A piece of a website marked by a start tag and closed with an end tag
The text and images on a website
How the content of a website is organized
<img> stands for what?
internet
image
Imessage
What is the biggest heading code?
h3
h2
h1
h6
What is the smallest heading code?
h1
h6
h3
h2
What is HTML?
A language used to create web pages
Content that is well organized
A piece of a website marked by a start tag and closed with an end tag
Text and Images on a website
What is a digital footprint?
A set of rules to specify style
Collected info about you over the internet
A footprint on a computer
Which one is a CSS Style property?
<body></body>
<p></p>
background-color: value;
<DOCTYPE!>
