WorksheetsHTML Tags
Total questions: 20
Worksheet time: 11mins
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>
