NEW
Font size
WorksheetsHTML Lessons 1-2
Total questions: 15
Worksheet time: 8mins
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
Which tag would you use to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which of the listed heading tags creates the largest heading?
h1
h2
h3
h6
Which of the following tags will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
Which of the following creates the smallest header?
<h2></h2>
<h3></h3>
<h4></h4>
<h6></h6>
Which tag declares that the document is a HTML document
<body>
<head>
<title>
<html>
What does HTML stand for?
HyperText Making Language
HyperText Multiple Language
HyperText Markup Language
HyperTransfer Markup Language
Which tag configures the next element or portion of text to display on a new line?
<line>
<nl>
<br>
<new>
In what section of the HTML document does the <title> element located if you are using embedded style?
title
header
nav
head
What does the highlighted (blue) tag do? <p>My favourite colour is blue<br>I support Southend United.
</p>
Which of the following codes starts a set of HTML code?
<html>
<doctype html>
<!DOCTYPE HTML>
<doctype><html>
The information to be displayed in the document must be inside the container:
<title>...</title>
<img>
<body>...</body>
<br>
