WorksheetsWEBSITE AUTHORING CHECKPOINT
Total questions: 12
Worksheet time: 13mins
Commands that indicate actions inside a HTML web page, these mark the start and end of any action inside a HTML page.
Attributes
Markup Tags
Angle Brackets
Commands
According to the picture, the following document is a/an:
HTML Document
.HTM Document
CSS Stylesheet
CCS Stylesheet
The extension .css stands for
Content StyleSheet
Cascade StyleSheet
Content Screen Settings
Cascade Style Settings
Based on the image, the hexadecimal color code configuration for h1 and h2 must be:
h1: 33066 / h2: FFCC0
h1: 330066 / h2: FFCC00
h1: Red33Green0Blue66 / h2: BlueFFRedCCGreen0
h1: #330066 / h2: #FFCC00
.CSS files are variations of HTML documents
True
False
According to the image requirement, the correct HTML command line to insert the picture must be
<img scr="test1.jpg" height="640" width="480">
<img="test1.png" height="480" alt="test1">
<img src="test1.jpg" height="640" width="480"> </img>
<img src="test1.png" height="640" alt="test1">
Attributes such as "padding", "border", "width", etc. are used to format HTML tables.
True
False
The HTML syntax presented in the picture allows users to:
Create hyperlinks from media pictures.
Link/Attach CSS to HTML.
Establish style sections in the HTML file.
Link two or more HTML documents.
When you preview the HTML syntax presented in the picture into any Web Browser, the syntax FAILS because
All color names (Red, Blue, Green) must be included within the syntax.
The text MY FIRST WEB PAGE can't use UPPER CASE letters.
</title> and </head> Markup Tags are missing.
It's impossible to add text lines after using <font> opening tag.
To add colors within an HTML Document, we must only add color names (Red, White, Blue) into the document.
True
False
The HTML syntax presented in the picture allows users to:
Go to the referred Web Page.
Create a hyperlink to send an e-mail.
Create a regular Hyperlink to a specific Web Page.
How did you feel during this Website Authoring Checkpoint?
Awesome! I have all/most of the questions correct!
That was a nice Activity!; I think I learned some new stuff!
I can't score high; nevertheless, I got some correct answers!
That was a though activity; I'm exhausted!
