WorksheetsY8 HTML EOUQ
Total questions: 29
Worksheet time: 18mins
Name
Class
Date
1.
If you wanted to add links to your web page - what tag would you use?
a)
<a>
b)
<p>
c)
<div>
d)
<link>
2.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
3.
What will happen to the text in blue? <p>He named his car <i>The lightning</i>, because it was very fast.</p>
a)
the content will be displayed in italic
b)
the content will display an image
c)
the content defines text inserted into a document
4.
What is will the highlighted tag do? <p>My favourite colour is blue<br>I support Southend United.
</p>
</p>
a)
it will make the text bold
b)
it will place the text on another line
5.
What coding would be used to define a header cell in an HTML table
a)
<th>Month</th>
b)
<td>Month</td>
c)
<h1>Month</h1>
d)
<h2>Month</h2>
6.
CSS stands for?
a)
Closed Source Style
b)
Crucial Style Sheets
c)
Cascading Style Sheets
d)
Corresponding Static Style
7.
Which code will make your background red?
a)
<body style=background-color:red;>
b)
<body style="background-color:yellow;">
c)
<body style="background-color:red;">
d)
<body colormybg="background-color:red;">
8.
HTML stands for?
a)
HammersTend To Mostly Lose
b)
HypoText Madeup Language
c)
HyperText Markup Langauge
9.
Which format usually works best for photos?
a)
JPEG
b)
DOC
c)
GIF
d)
WAV
10.
What does the <p> tag do?
a)
Creates preformatted text
b)
places a picture in the website
c)
creates a paragraph break
11.
What will happen to the content in blue?<p>This is a spelling mistake <u>parragraph</u> .<p/>
a)
it will be in bold
b)
it will be underlined
c)
it will be in italics
12.
Which word is not used in HTML structure?
a)
footer
b)
body
c)
head
d)
arm
13.
Which is NOT a web browser?
a)
Chrome
b)
Internet explorer
c)
FireFox
d)
Yahoo
14.
which tag will create the largest heading
a)
<h6>
b)
<h4>
c)
<h2>
d)
<h3>
15.
What does the <HTML> tag tell the browser
a)
that it is an HTML document
b)
defines the documents body
c)
that it contains all the head elements
16.
How would you centre a H2 heading?
a)
<h1 align="center">
b)
<h2 stickit="center">
c)
<h2 align=center>
d)
<h2 align="center">
17.
Which section is used for text and tags?
a)
Arm
b)
Body
c)
Footer
d)
Head
18.
What best describes CSS
a)
describes how HTML elements are displayed on screen
b)
To logically divide the document
19.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
20.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
21.
Style tags are used to;
a)
Apply style to one line
b)
Not used in HTML
c)
Used at the top of the page to apply a style to the entire document
d)
Used sparingly
22.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
23.
Which code below is correct for a hyperlink
a)
<a>
"https://google.com"
Click Me
</a>
b)
<a>Click Me>
"https://google.com"
</a>
c)
<a herf="https://google.com">
Click Me
</a>
d)
<a href="https://google.com">
Click Me
</a>
24.
You need a closing tag for an image without text
a)
True
b)
False
25.
src attribute in an image tag means what?
a)
Source of the image
b)
Name of the image
c)
Description of the image
d)
Not used with image tag
26.
Which of the following is the code for a paragraph to be blue?
a)
<td style=“background-color:blue;”>
b)
<h1 style=“font-size:60px;”>
c)
<p style=“color:blue;”>
d)
<tagname style=“property:value;”>
27.
Write the tag you will use to insert an image.
(a)
28.
What is the first tag you insert when creating a webpage?
(a)
29.
Which symbol do you include in a tag to close it?
(a)
100 %
