WorksheetsLevel Two - Session Two
Total questions: 61
Worksheet time: 20mins
This tag tells the computer this is a document written in HTML.
<p>
<!DOCTYPE html>
<h1>
<html>
This tag indicates the beginning of your code written in HTML.
<li>
<!DOCTYPE html>
<html>
</html>
This tag contains information about your webpage, also called the metadata.
<head>
<header>
<title>
<body>
This tag contains all the main contents of your webpage.
<body>
<head>
<contents>
<p>
These tags define the start & end of a paragraph. Paragraphs are blocks of text on your web page.
<p>
<P>
</p>
<h1>
This tag defines a heading at the smallest size.
<h6>
<h2>
<h7>
<h1>
This tag defines a heading at the largest size.
<h1>
<h20>
<h3>
<h2>
HTML stands for...
(a)
This file name is used for the main page of your website.
main.html
index.html
start.html
mysite.html
A software development technique in which two programmers work together at one workstation.
pair programming
partner programming
team programming
solo programming
Pairs in pair programming are comprised of a ...
navigator
a free loader
driver
passenger
Which of the following is not a heading tag?
<h7>
<h1>
<h2>
<h4>
A piece of a website, marked by a start tag and often closed with an end tag.
HTML Element
HTML Object
HTML Piece
HTML Tag
Match the correct end tag...
<p>
<p/>
<\p>
</p>
</P>
Match the correct end tag...
<body>
</body>
<\body>
</BODY>
<body/>
This is a title or summary for a document or section of a document.
Heading
Paragraph
Mini-title
Header
This tag can be used to break line of text (move to a new line) inside a paragraph.
<br>
<break>
<bl>
<nl>
This tag defines an element of a list.
<li>
<el>
<ol>
<ul>
This tag contains an ordered list.
<ol>
<li>
<ul>
<ord>
This tag represents and unordered list.
<ol>
<li>
<ul>
<un>
What is HTML generally used for?
Android apps
User Interface Operations
Webpage aesthetics
The skeleton of webpages
Which is correct CSS syntax?
{body; colour = black;}
body: colour = black
body {
colour : black;}
{body colour is black}
What unit of measurement does CSS use for size?
px
em
%
All work
Select the tags below:
<body>
/body
<p>
img
Which tag is used to display/contain all things shown on the webpage?
/body
<p>
<body>
<img>
Which tag is an end tag?
<body>
</body>
<p>
<img>
Which tags are used to create a paragraph
<body> </body>
<img src => </img>
<p> </p>
<h1> </h1>
What language is used to define the structure of a webpage?
HTML
JavaScript
CSS
French
What language is used to add style to a webpage?
HTML
JavaScript
CSS
French
What tag do you used to create a numbered list?
<list>
<ol>
<li>
<ul>
Which sets the colour of words in a paragraph
h1 {
colour: pink }
img {
colour: pink }
body {
colour: pink }
p {
colour: pink }
Select the rule to make all the text in your web page blue and centered.
p {
colour: blue; }
body {
text-align: left;
colour: blue; }
p {
text-align: center
colour: blue; }
body {
text-align: center
colour: blue; }
What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )
What is the selector for a link?
a { }
link { }
href { }
a href { }
Annie wants the name of her product to be the main heading at the top of her webpage. Which tage defines the main heading in a web documnets?
<h3>Product<h3>
<h5>Product<h5>
<h1>Product<h1>
<h6>Product<h6>
Name an element which does not have a closing tage.
<img>
<head>
<body>
<p>
What symbol should you use to target a class names in css?
#
()
.
class
What symbol should you use to target an id in css?
.
+
id
#
Kareb wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
<li>
<h1>
<hr>
<br>
What is the correct code for a paragraph in css?
P
<p> </p>
.p
p {
}
What is HTML generally used for?
Android apps
User Interface Operations
Webpage aesthetics
The skeleton of webpages
Which heading/subheading is the biggest font size?
<h1>
<h2>
<h3>
<h6>
Some tags you have to close with a /
Example: <h1> My Project </h1>
True
False
Which is not a heading/subheading?
<h6>
<h7>
<h1>
<h2>
<a href="https://www.picturelocation"> Click me </a>
Is this coded correctly?
Yes
No
<a herf="https://www.picturelocation"> Click me </a>
Is this coded correctly?
Yes
No, they wrote herf
<a href+"https://www.picturelocation"> Click me </a>
What is wrong with this code?
It should be
<a href=
It should be
<a href-
It should be
<a href/
<a href="https://www.picturelocation"> Click me <a>
What is missing?
Nothing, it is coded correctly.
The / in the closing tag
</a>
They wrote
herf
What color are links or hyperlinks?
red
blue
yellow
green
When a link or hyperlink is purple and not blue, it means...
That you have never ever clicked on it
You have already clicked on it
It is a virus
<br>
what is this called?
a line break
an anchor element
hyperlink
which code lets you enter or return to the next line and helps you stack text on top of other text?
<br>
<a href=
<img src
In this code <img src
What does img stand for?
iMac
image
amazing
emma
In this code <img src
What does src stand for?
sauce
source
saucey-sauce
saucer
<img src="https://www.imagelocation.com">
Is this coded correctly?
Yes
No
<img scr="https://www.picturelocation.com">
Is this coded correctly
Yes
No, src is written wrong
width="600" height="200"
This code can help resize an image when using
<img src
True
False
<img scr="https://www.picturelocation.com">
Is a self closing tag, it does not need a /
True
False
How can you find an image's address?
Right click and choose - open image in new tab
Right click and choose - copy image address
Right click and choose - save link as
What does HTML stand for?
Hyperlink Markup Language
Hypertext Markup Language
Hyperbolic Mark-it
Language
What does CSS handle?
The style and looks of a webpage
The text of a webpage
