Font size
WorksheetsHTML Review
Total questions: 100
Worksheet time: 17mins
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
HTML stands for...
Hyper Text Markup Language
High Tech MachineLanguage
High Tech Modem Language
Hyper Tech Markup Lexicon
The beginning tag works like the "on" switch and the ending tag works like the "off" switch.
True
False
Everything visible on a web page goes between these two tags.
<body> </body>
<title> </title>
<header> </header>
None of the Above
What is the proper code to link a stylesheet?
style.html
<img src= "image.jpeg>
<stylesheet>
<link rel="stylesheet" href="style.css>
To add color to your html page in a css file, Which is correct?
html { background-color: #006600;}
html <color=green>
css=green
html<backgroundcolor: #006600>
Which is the correct code for a numbered list?
<ul>
<li> item one</li>
<li> item two</li>
</ul>
<ol>
<li> item one</li>
<li> item two</li>
</ol>
<list>
<li> item one</li>
<li> item two</li>
</list>
<p>
<li> item one</li>
<li> item two</li>
</p>
where does a title appear on a webpage?
What are the basic tags to start a web page?
<!DOCTYPE html>
<html>
<head> </head>
<title> </title>
<body> </body>
</html>
<html>
<a> </a>
<p> </p>
<footer> </footer>
<DOCTYPE>
<html>
<link> </link>
<ol> </ol>
<html>
<!DOCTYPE html>
<body> </body>
<parapraph> </paragraph>
<title> </title>
<end> </end>
What code is used for an ordered list?
<ul> </ul>
<ol> </ol>
<list> </list>
<p> </p>
What code is used to make a bulleted list?
<p> </p>
<ol> </ol>
<ul> </ul>
<list> </list>
Which list would you use for if you wanted to explain certain concepts?
Ordered List
Unordered List
Definition list
Which would be the correct code to implement an unordered list?
<ol>
<li>...</li>
<ol/>
<ul>
<li>...</li>
<ul/>
<uol>
<li>...</li>
<uol/>
<li>
<ul>...</ul>
<li/>
Defines an unordered list in HTML.
<li> Tag
<ol> Tag
<ul> Tag
<br>Tag
defines a list item inside an HMTL list.
<ol>Tag
<ul> Tag
<br> Tag
<li> Tag
Allows adding several different types of styles to HTML elements.
RGB Color Encoding
HTML Tag
<ul> Tag
Style Attribute
Minimum tag number h:
1 - <h1>...</h1>
2 - <h2>...</h2>
6 - <h6>...</h6>
8 - <h8>...</h8>
</head>
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which of the following codes starts a set of HTML code?
<html>
<doctype html>
<!DOCTYPE HTML>
<doctype><html>
Which of the following symbols indicates an ending tag in HTML?
;
/
<>
!
How do you set up the body for your html web page?
<b>
<bo>
<body>
<doc>
Which of the following lists includes EVERY type of code needed to make an unordered list?
<ab> ... <li> .... </li> ... </ab>
<unL> ... <li> .... </li> ... </unL>
<ol> ... <li> .... </li> ... </ol>
<ul> ... <li> .... </li> ... </ul>
When should you use the <ol> code to make a list?
Steps for a recipe
Top 10 items
List of names
None of the above
When should you use the <ul> code to make a list?
Top 5 Chef Favorites
Ingredients list
Steps to complete a recipe
None of the above
What is the difference between HTML and CSS?
HTML provides the content, CSS provides the pictures
HTML provides the structure & content, CSS provides the color / look of the web page
HTML and CSS are the same thing
None of the above
How can you select all of the h3 tags on the webpage at one time to change the font color to blue?
#allh1s { color: blue; }
#h1 {blu}
h1 {color: blue;}
<h1 font-color="blue">
the main heading in a web document?
Which of the following is the code for a paragraph to be blue?
<td style=“background-color:blue;”>
<h1 style=“font-size:60px;”>
<p style=“color:blue;”>
<tagname style=“property:value;”>
A shorthand property used to specify the individual border properties: border-width, border-style and border-color.
border-bottom
border
border-left
border-top
p {color: red;}
border.p {color: red;}
What is wrong with this code?
The style sheet <link> statement belongs between <head> and </head>
The style sheet <link> statement belongs between <title> and </title>
The style sheet <link> statement belongs between </head> and <body>
The style sheet <link> statement belongs immediately after the DOCTYPE statement
The CSS border properties allow you to specify the ___________ of an element's border.
Width and style
Style and color
Color and style
Style, Color and Width
What are the three types of style sheet
Internal, external, inline
Inline, internal, extreme
Insidious, internal, external
None of the above
<link type="stylsheet" href="exx.css"> belongs to
External
Internal
Inline
None of the above
When CSS is written inside HTML it will be saved as
css
Jsp
html
php
External css file will be saved as
.css
.html
.php
None of the above
A collection of documents located on the Internet by an address is called the ______________.
World Wide Web (www)
Cascading Style Sheet (CSS)
Hypertext Markup Language (HTML)
website
A standardized way to create documents so a web browser could display them is ______________.
Hypertext Markup Language (HTML)
Cascading Style Sheet (CSS)
Rule
World Wide Web (www)
A collection of linked documents is ________________.
website
web page
web browser
World Wide Web (WWW)
Individual documents within the website are called _______________.
web page
inline element
web browser
Cascading Style Sheet (CSS)
________________ are embedded into HTML file within the element being formatted.
inline style
internal style
inline element
external style
________________ are defined in the <head> section of the HTML file.
internal styles
inline element
external style
hypertext
Similar to internal styles, but contained in a separate CCS file with the .css file extension is called _______________.
external styles
Cascading Style Sheet (CSS)
copyright
element
_______________ is the ownership of a creative work.
copyright
rule
Cascading Style Sheet (css)
website
HTML code element that does not start a new line and uses only as much space as it needs is called _________________.
inline element
external style
hypertext
inline style
Software used to retrieve and display hypertext documents is called ______________.
web browser
inline style
rule
inline element
CSS stands for (a) .
Which of these CSS rule are the declaration property/ies?
color
text-align
color and text-align
Which of the following does this CSS rule mean?
only <p> elements with class=center will be right-aligned.
only <p> elements with class="center" will be right-aligned and the text will be colored red.
only <p> elements with class="center" will be center-aligned and the text will be colored red.
Which rule will change the font of the text?
font-size
text-align
font-family
text-decoration
Which rule is used to change the size of text?
font-size:12px;
font-height:12px;
text-size:12px;
size:12px;
Which type of CSS is placed directly within the HTML tags?
Internal
Inline
External
Included
What is wrong with the CSS applied below?
It should say style:colour=red
It should say style="color:red;"
It should say "style=color:red;"
It should say style="font-color:red;"
Which of the following lines of code will correctly set the color of text inside a <h2> element to blue, when found in an external CSS file?
h2 {color: blue;}
h2 {text-color:blue;}
style="h2:color,blue;"
h2 text-color:blue
What does this code do?
<style type="text/css">p{color: blue;}</style>
creates blue text anywhere "text/css" appears on the web page
makes every "p" text character on the web page blue
creates a web page with a blue background
defines a blue color for text inside a paragraph element
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
You need a closing tag for an image without text
True
False
What is the difference between a <h1> and a <h3> tag?
<h1> is bigger than <h3>
<h3> is bigger than <h1>
<h1> cannot be used for titles
<h3> cannot be used for titles
Some of you managed to work with CSS style statements. What does the following statement do: color:blue;
It turns the page blue
It turns the text blue
It turns the page anything but blue
It makes a blue box around an image
How well have you understood this topic?
Not well
Sort of well
Quite well
Very well
On this tag, you can add all the formatting and designing that you want for a specific line, text, or picture.
!doctype
html
style
head
Which of these shows the correct structure of a html document?
You want to display a paragraph of text on your webpage.
Where should you include the element: <p> blablabla </p> ?
In between the <head> tags
In between the <body> tags
In between the </head> and <body> tags
Just after the <html> tag
<u>Hello, World!</u>
Hello, World!
Hello, World!
Hello, World!
Hello, World!
What describes the structure of Web pages using mark up?
HTML
Sublime
Web browser
URL
What are the building blocks of HTML pages?
HTML Elements
HTML Tags
Headings
Paragraph
What element begins and ends each and every web page?
html
head
title
body
The “meat” of HTML document program ?
html
head
title
body
