NEW
Font size
WorksheetsTest Your Knowledge of HTML
Total questions: 15
Worksheet time: 8mins
What is the correct doctype declaration for an html document
<!DOCTYPE html>
<DOCTYPE html!>
<DOCTYPE html>
HTML Make It So...
Which is the correct example of a paragraph element?
<p>This is a paragraph.<p>
<p>This is a paragraph.</p>
</p>This is a paragraph.</p>
</p>This is a paragraph.<p>
Which of these html heading sizes is the largest?
h6
h5
h3
h1
The content (text, pictures, videos, links, etc...) that will be displayed on your web page must be written between which tags?
<head> </head>
<h1> </h1>
<p> </p>
<body> </body>
Will this list be numbered or bulleted?
numbered
bulleted
Will this list be numbered or bulleted?
Numbered
Bulleted
<ol> </ol> and <ul> </ul> are called ____ elements
Grandparent
Parent
Child
Auntie
<li> </li> are called ____ elements
Grandparent
Parent
Child
Auntie
allow users to navigate to local pages (pages that are part of your website) or to external pages (pages that are not yours).
hyperlink
external style sheet
div element
<a href= “mydog.html“ > All About My Dog </a>
will display as....
All About My Dog
mydog.html
None of the above
<a href= “https://www.bcsdschools.net/“ > Berkeley County School District</a>
will display as...
Berkeley County School District
BCSD
http://bcsdschools.net
bcsd.html
You can use this tag to put space between elements
<break>
<br>
<enter>
<space>
which of the following is the correct example of a heading 1
<h1> This is a heading 1 </h1>
</h1> This is a heading 1 </h1>
<h1> This is a heading 1 <h1>
<heading 1> This is a heading 1 </heading 1>
made up of an opening tag, content, and closing tag.
existance
ET
element
elegant
<a href="http://www.bcsdschools.net"> Berkeley County School District />
This hyperlink has an error! Pick the corrected hyperlink from the list below:
<a href= “https://www.bcsdschools.net/“ > Berkeley County School District</a>
<a href= “https://www.bcsdschools.net/“ > Berkeley County School District <a>
<a href= “https://www.bcsdschools.net/“ > Berkeley County School District>
