WorksheetsGroup C
Total questions: 8
Worksheet time: 4mins
What is the part shaded in red of a website called?
footer
header
aside
main section
Choose the correct HTML element for the largest heading:
<heading>
<h1>
<h6>
<head>
To change the background of your HTML document, which style selector in the CSS?
<html>
<body>
<head>
<p>
What will the following tag make?: <p style="color:red; font-family: Arial">
A paragraph that is red Garamond font
A paragraph that is red Arial font
A heading that is red Garamond font
A heading that is blue Arial font
CSS stands for...
Cascading Smart Sheets
Cascading Style Size
Cascading Smart Stuff
Cascading Style Sheets
What does HTML stand for?
Hyper Text Makeup Language
Hyper Test Markup Language
Hypertext Markup Lasers
Hypertext Markup Language
Which of the following does NOT properly describe a tag?
It tells the computer what language you're speaking in
Every tag needs an opening and a closing tag
It has these symbols: < and >
It gives the computer commands
What are the two main parts of the HTML file?
Open & Close
Head & Body
Head & Feet
Opening & Closing
