Font size
WorksheetsHTML and CSS for S3
Total questions: 23
Worksheet time: 12mins
What does HTML stand for?
HyperText Mobile Language
HyperText Markup Language
HyperText Makeup Language
HyperText Madeup Language
Select information we would store in the <head>...</head> section of a web page
Title
CSS
Headings
Body
How does the tag to show pictures start?
<image>
<picture>
<pic>
<img>
Fill in the blank.
Cascading (a) Sheet
Which tag produces the largest font size?
H1
H2
H5
H6
What is the purpose of the <a> tag?
Do a mathematical equation
Allow an image to move about the page
To link two pages together
To link your page to an external site
Select the advantage(s) of using external CSS
You can link more than one page to the same CSS file
It loads faster than internal
It's easy to write external css
Errors are easier to detect
State the type of addressing the following link uses:
http:///www.mysite.co.uk/logo.gif
Relational
Relative
Absolute
Absolving
State the type of addressing the following link uses:
images/logo.gif
Relational
Relative
Absolute
Absolving
Select the css code which changes the font colour of text
font-colour
font-color
color
colour
Choose the CSS code which changes the appearance of the font
font-family
font-type
family
font-color
What is the proper name given when a web page is drawn on paper before being made?
Storyboard
Wireframe
Box image thingy
Wireboard
Where is internal css stored in a web page?
<head>
<body>
<title>
<div>
State the type of compression used by a .jpg image
Lossless
LZW
Lossy
RZW
Select the advantage(s) of using a .png image.
Transparency
Almost perfect recreation of the image
Can be animated
Small file size compared to .bmp
State the name given to the above
Wireframe
Planning document
Storyboard
Box drawing
Select the difference between an ID and a class in CSS
An ID can be used multiple times
A class can only be used once
An ID can be used once
There is no difference
Select how you would identify a class called images in CSS
#images
.images
$images
+images
what type of tag would an unordered list use?
<li>
<ul>
<ol>
<lu>
What type of list is represented by the <ol> tag?
Organised List
Organisation List
Ordered List
Unordered List
What are the 3 main parts of an HTML document ?
head, paragraph tag, and html
head, body and text header
head, body and html
html, body and tags
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
