WorksheetsWeb Design and Development
Total questions: 80
Worksheet time: 41mins
Name
Class
Date
1.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
2.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
3.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
4.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
5.
The content of the web (such as your pictures, text, links) will show up here.
a)
Head
b)
Body
c)
Style
d)
Folder
6.
Which of the following is the largest heading?
a)
H2
b)
H3
c)
H4
d)
H6
7.
The default link color for hyperlinks:
a)
green
b)
blue
c)
purple
d)
red
8.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
9.
What is the correct syntax for inserting an image?
a)
<image source="untitled.jpg"/>
b)
<img src="untitled.jpg"/>
c)
<src img="untitled.jpg"/>
d)
<img scr="untitled.jpg"/>
10.
There simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
webmaster
11.
Which allows you to change the font?
a)
font-type
b)
font
c)
font-family
d)
text-font
12.
How do you center text?
a)
text-align: true;
b)
text-align: false;
c)
text-align: center;
d)
text: align center;
13.
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
14.
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;">
15.
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
16.
Which word is not used in HTML structure?
a)
footer
b)
body
c)
head
d)
arm
17.
Which is NOT a web browser?
a)
Chrome
b)
Internet explorer
c)
FireFox
d)
Yahoo
18.
How would you set the height of a cell to 170 in a HTML table?
a)
Height="170"
b)
Ht="170"
19.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
20.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
21.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
22.
An attribute is a;
a)
Applies changes to everything
b)
Different options for each tab
c)
Allows for no changes to the site
d)
Gives structure and text
23.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
24.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
25.
The <h1> tag marks what type of content?
a)
heading
b)
paragraph
c)
hyperlink
d)
unordered list
26.
The first code on a website is?
a)
body
b)
html
c)
p
d)
h1
27.
What is wrong with this code?
<h1> Miss Mandy <p> is really cool </p>
<h1> Miss Mandy <p> is really cool </p>
a)
It isn't inside of body
b)
It is missing a closing statement
c)
It is missing capital letters
d)
Miss Mandy isn't cool
28.
What is the starting code to a link?
a)
a
b)
href
c)
b
d)
p
29.
How can I quickly put elements in the middle of a webpage?
a)
locate
b)
place
c)
middle
d)
center
30.
HTML is only used to make websites.
a)
True
b)
False
31.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
32.
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
33.
Which format usually works best for photos?
a)
JPEG
b)
DOC
c)
GIF
d)
WAV
34.
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
35.
Which section is used for text and tags?
a)
Arm
b)
Body
c)
Footer
d)
Head
36.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
37.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
38.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >
d)
" "
39.
What does the <i> tag do?
a)
makes text invisible
b)
makes text intelligent
c)
makes text appear in italics
d)
makes text interlinked with other text
40.
What does </html> do?
a)
Closes the webpage
b)
Closes the tag HTML
c)
Closes the internet
d)
Opens the HTML tag
41.
to make a comment in HTML you use
a)
<!-- -->
b)
//
c)
/*
d)
#
42.
What tag is used for CSS?
a)
<style>
b)
<css>
c)
<body>
d)
<script>
43.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
44.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
45.
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>
46.
CSS stands for?
a)
Closed Source Style
b)
Crucial Style Sheets
c)
Cascading Style Sheets
d)
Corresponding Static Style
47.
Which format usually works best for photos?
a)
JPEG
b)
DOC
c)
GIF
d)
WAV
48.
Which tag will create a new row in a HTML table?
a)
<r>
b)
<tr>
c)
<row>
d)
<tablerow>
49.
What best describes CSS
a)
describes how HTML elements are displayed on screen
b)
To logically divide the document
50.
Which of these is the correct way to start a tag?
a)
<H1>
b)
</H1>
c)
<H!>
d)
</H/>
51.
What is the difference between an HTML Tag and an HTML element?
a)
An HTML Tag is case sensitive and an HTML element is not case sensitive.
b)
An HTML Tag is always paired and an HTML element is an "empty" tag.
c)
An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.
d)
An HTML Tag defines content and an HTML Element gives additional meaning and content.
52.
Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
a)
<li>
b)
<h1>
c)
<hr>
d)
<br>
53.
Jerry wants to insert a line break into his webpage. Which code should he use?
a)
<ul>
b)
<li>
c)
<br>
d)
<h1>
54.
Which item refers to the start tag, the end tag and everything in between?
a)
HTML Element
b)
HTML Tag
c)
HTML Attribute
d)
CSS
55.
What is the proper code to insert an image named "frog.jpg"?
a)
<img src="frog" width="104" height="142">
b)
<img="frog.jpg" width="104" height="142">
c)
<img src="frog.jpg" width="104" height="142">
d)
<img ="frog" width="104" height"142">
56.
Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines
the main heading in a web document?
the main heading in a web document?
a)
<h3>Product</h3>
b)
<h5>Product</h5>
c)
<h1>Product</h1>
d)
<h6>Product</h6>
57.
Which tag will create a line break in a web document?
a)
<hr>
b)
<br>
c)
<h1>
d)
<body>
58.
What tag defines the beginning of a webpage?
a)
<html>
b)
<h1>
c)
<p>
d)
<body>
59.
A properly coded HTML tag will always be found between which two symbols?
a)
( )
b)
{ }
c)
[ ]
d)
< >
60.
Which line of code correctly places a gif image named "tiger" into a webpage?
a)
<img src="tiger" alt="BengalTiger" />
b)
<img gif=tiger alt="BengalTiger">
c)
<image source="tiger.gif" alt=BengalTiger" />
d)
<img src="tiger.gif" alt="BengalTiger" />
61.
Which line of code correctly creates a link to Amazon's website?
a)
<a ref=http://www.amazon.com>Amazon
b)
<href=http://www.amazon.com>Amazon<a>
c)
<a href="http://www.amazon.com">Amazon
d)
<a href="http://www.amazon.com">Amazon</a>
62.
Which of the following is the proper way to code an inline style attribute?
a)
color=blue
b)
color="blue"
c)
color blue
d)
color=(blue)
63.
Which item interprets the source code in a web document?
a)
Text editor
b)
Web browser
c)
HTML editor
d)
Web server
64.
Between which paired tags would the visible content of a webpage be displayed?
a)
<html></html>
b)
<head></head>
c)
<body></body>
d)
<title></title>
65.
Which hyperlink shows an absolute link?
a)
href="www.nytimes.com">NYTimes</a>
b)
<a href="page1.html">Page One<a>
c)
<a href="http://www.target.com">Target<a>
66.
What coding do the tags: <ul> & <li> represent?
a)
Ordered List
b)
Un-Ordered List
c)
Definition
67.
Which is correct CSS syntax?
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black)
68.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
69.
What HTML tag is used to divide up a page into separate sections?
a)
<div>
b)
<section>
c)
<block>
d)
<divide>
70.
Which of the following is NOT a function of the <title> </title> element?
a)
Defines a title in the browser tab.
b)
Provides a title for the page when added to favorites/bookmarks
c)
Creates the first heading on the index page of the website
d)
Displays a title for the page in search engine results
71.
How can you make a numbered list?
a)
<list>
b)
<ol>
c)
<dl>
d)
<ul>
72.
How can you make a bulleted list?
a)
<ol>
b)
<ul>
c)
<list>
d)
<dl>
73.
If you want to have more than one property for a CSS selector, what character separates them?
a)
comma (,)
b)
semi-colon (;)
c)
colon (:)
d)
dash (-)
74.
Which CSS code centers text?
a)
p {align: center;}
b)
p {text-align: center;}
c)
p {align=center;}
d)
p {center;}
75.
You should just code your CSS styles within your HTML
a)
True
b)
False
76.
Why won't the following anchor tag work? <ahref=https://www.google.com/>click here</a>
a)
The link is incorrect. it should be ref, not href
b)
The URL is missing quotation marks
c)
There is no anchor tag in the code
d)
The href is missing a closing tag
77.
CSS stands for
a)
Code Style Sheet
b)
Coding Style Sheet
c)
Cascading Sheet Style
d)
Cascading Style Sheet
78.
Which is the correct CSS syntax?
a)
body {color: yellow;}
b)
body:color=yellow;
c)
{body:color= yellow;}
d)
{body;color: yellow;}
79.
An inline cascading coding would appear
a)
inside external *.css file
b)
inside the <head> tag
c)
inside the <body> tag
d)
inside an HTML element
80.
Using an ________________ style sheet, you can change the look of an entire Web site by changing one file.
a)
Inline
b)
Internal
c)
Extra
d)
External
100 %
