NEW
Font size
S
M
L
XL
WorksheetsWeb I Final Review
Total questions: 25
Worksheet time: 13mins
Name
Class
Date
1.
Between which tags do you put the info displays on the browser's top tab?
a)
<title> </title>
b)
<body></body>
c)
<h1></h1>
d)
<p></p>
2.
Which of the following is not a graphics format?
a)
PNG
b)
JPG
c)
GIF
d)
BMX
3.
SEO stands for
a)
Search Engine Optimization
b)
Sellers English Optics
c)
Smart Engine Optics
d)
Strategy Enterprise Openings
4.
Which language creates the LOOK of the webpage, e.g. add background color?
a)
HTML
b)
CSS
c)
JavaScript
d)
SQL
5.
What is the purpose of the alt attribute of an image tag?
a)
To change the size of the image
b)
To provide text if the image won't display
c)
To change the file format of the image
d)
To add a border to the image
6.
Between which tags on the HTML page is the main content placed?
a)
<head> </head>
b)
<style> </style>
c)
<html> </html>
d)
<body> </body>
7.
Which type of CSS is placed in a .CSS file and linked to the HTML page?
a)
Internal
b)
In-line
c)
External
d)
Thingy
8.
Which tag is used to create a hyperlink?
a)
<a>
b)
<u>
c)
<b>
d)
<i>
9.
What is the correct syntax for inserting an image?
a)
<image source="images/untitled.jpg"/>
b)
<img src="images/untitled.jpg"/>
10.
How will creating a flowchart impact the overall design of a website?
a)
The site will be found by search engines
b)
The pages of the site will be better organized
c)
The code will be more streamlined
d)
This site will have better graphics
11.
Why use divs?
a)
To organize your page content.
b)
To organize data.
c)
To optimize search capabilities.
12.
Why won't the link work?
a)
Misspelled tag
b)
Missing brackets
c)
Closing tag is in wrong place
d)
It's not a link
13.
This shows the properties of what type of element?
a)
Div
b)
Image
c)
Paragraph
d)
Link
14.
Why won't the images show?
a)
Images need to be Gif, Jpg, or Png
b)
Image Folder needs to be in root folder
c)
Image tags are incorrect
d)
Images need to be compressed
15.
How many declarations do you see?
a)
1
b)
2
c)
3
d)
4
16.
To color entire page background and all type, what type of selector would you use in your CSS rule?
a)
Tag
b)
Class
c)
ID
d)
Compound
17.
What does it mean to FLOAT a div with CSS?
a)
Move it right or left
b)
Move it up or down
18.
If a div has a CSS declaration that says:
clear: both
other divs will...
clear: both
other divs will...
a)
Appear along the RIGHT of it
b)
Appear along the LEFT of it
c)
Appear BELOW it
d)
Appear EMPTY
19.
Why do you need closing tags?
For instance: If you have <P>, why do you need </P> ?
For instance: If you have <P>, why do you need </P> ?
a)
To end the element
b)
To start a new element
c)
To style with CSS
d)
To make another one of that same element
20.
Why create a flow chart of your website?
a)
Plan how info will flow from page to page
b)
Plan which pages to link
c)
Plan titles and files names
d)
All of these!
21.
What type of style sheet does this webpage have?
a)
Attached in the head of the webpage
b)
External linked .CSS file
22.
How many HTML pages can this style sheet control?
a)
One
b)
Three
c)
As many as the designer links to it
d)
None, wrong code
23.
How many attributes doe this tag have?
a)
Seven
b)
Eight
c)
Nine
d)
Ten
24.
What is the circled part of this code?
a)
Element
b)
Attribute
c)
Value
d)
Property
25.
What do HTML attributes do?
a)
Modify HTML tags
b)
Add style rules
c)
Add extra elements
d)
Add interactivity
Reset
