Font size
WorksheetsCyber Foundations Final Exam
Total questions: 19
Worksheet time: 16mins
On which line in your workspace do you put your page content (text, paragraphs, headings, list, etc.)?
7
4
2
1
Match the definition to the correct term.
Contains all the main contents of your web page
Body
One of the most common tags in HTML - it denotes a paragraph of text.
Paragraph
Keywords surrounded by angle brackets like <html>
Tag
Allow you to use six levels of document headings, ranging from largest to smallest, breaking up the document into logical sections.
Heading
Match the definition to the correct term.
Used to display a sequence of items. This allows web developers to group a set of related items.
List
The text and images on a website.
Web Content
How the content of a website is organized.
Web Structure
The language used to create all websites.
HTML
Match the correct tag to the description.
the tag that produces a line a break in the text
<br>
the tags that separate a paragraph
<p> </p>
the tag that ads a line on your page
<hr>
Match the correct tag to the description.
the tags that identify each list item
<li> </li>
the tags that determine if a list will be numbered
<ol> </ol>
the tags that determine if a list will be bulleted
<ul> </ul>
Which punctuation is used around HTML tags?
[ ]
{ }
< >
" "
Match the heading size to the correct tag.
Largest
h1
Large
h2
Medium
h3
Match the heading size to the correct tag.
Small
h4
Smaller
h5
Smallest
h6
How would you debug the tag in pink?
<ul>
</ol>
<li>
</li>
How would you debug the tag in pink?
<h6>
<h1>
</h1>
<p>
How would you debug the tag in pink?
</p>
<h1>
<p>
<h2>
What does CSS stand for?
Calling Super Scientists
Cascading Style Sheets
Copy See Saw
Clever Space Song
Which punctuation do you use to start and end a style rule?
( )
[ ]
{ }
\ /
What does RGB stand for?
Roy, G, Biv
Red, Green, Blue
Rice, Gravy, Beef
Run, Girl, Boy
What color would the following RGB combination make?
color: rgb (255, 0, 0);
Red
Green
Blue
Black
What color would the following RGB combination make?
color: rgb (0, 255, 0);
Red
Green
Blue
Black
What color would the following RGB combination make?
color: rgb (0, 0, 255);
Red
Green
Blue
Black
On which line in your workspace do you link your stylesheet?
1
2
3
4
How would you debug the property in pink?
size:
fontsize;
font-size:
fonts:
