Font size
WorksheetsHTML V 0.1
Total questions: 35
Worksheet time: 22mins
Choose the correct HTML element for the largest heading:
<head>
<h3>
<h4>
<h1>
<h6> is the smallest heading tag
True
False
Choose the correct HTML element to define bold text
<i>
<h2>
<b>
Which character is used to indicate a closing tag?
<
?
&
/
Which of the following creates the smallest header?
<H2><./H2>
<H3></H3>
<H4></H4>
<H6></H6>
Everything visible on a web page goes between these two tags.
<body> </body>
<title> </title>
<header> </header>
None of the Above
Which tag pair is used to create the largest heading?
<h1></h1>
<h9></h9>
<h type = "largest"></h>
<h6> </h6>
Which is the correct HTML tag for creating an unordered list?
<ul>
<uline>
<u>
<under>
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which of these is another name for a web page address?
CSS
JAVA
URL
CNN
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
HTML elements are represented by ________
attributes
Title
Tags
Information
__________ is the special character inserted in the end tag.
/
\
!
@
___________________is the root element of an Html page
head
title
html
Which of the following is NOT included in the IMAGE tag code?
img
src
h1
alt
Which is an example of a complete image tag?
<img "dog.jpg">
<img src="dog.jpg" alt="my dog"/>
img=dog.jpg
<src="dog.jpg" alt="my dog">
src is short for:
source
image
screen
html
Where will I see the Preview to my Website?
left column
right column
center column
Which portion of this tag is the text that will show up if there is a problem with my photo link?
<img src="cat.jpeg" alt="cat jumping"/>
img src=
cat.jpeg
cat jumping
alt=
The tags used for lists are:
<ul>
<li>
<ol>
<il>
Which tag is used in ordered lists and unordered lists to define a list item
<b>
<i>
<p>
<li>
Which list tag would you use for an unordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
TRUE OR FALSE:
Lists must have closing tags
True
False
Unicode
Which of the following symbols indicates an ending tag in HTML?
;
/
<>
!
p {color: red;}
/* This is a multi-line comment */
This is a picture of a ____.
CSS Rule
HTML Rule
Tags
Coding
What color will this element be?
Green
Blue
Red
No color
The tag #blue-text is written twice. Due to the "Order of Precedence" the text that will appear when you run the code will be what color?
Red
Blue
Green
Purple
