Font size
WorksheetsHtml Tags Lesson 3
Total questions: 7
Worksheet time: 5mins
How do you end a Large heading tag in HTML
<\h1>
<h1/>
</h1>
<h1>
Which tag will create the smallest heading ?
<h4></h4>
<h3></h3>
<h2></h2>
<h1></h1>
To run your html you need a special piece of software which is known as
Operating Software
Explore excess
Browser Software
Google Classroom
Which of the following software could you use to read a webpage ? ( more than one answer)
Google Chrome
Internet Explorer
Google Classroom
Microsoft Excel
What code would create
this page
<html><head></head><body>What code would create <p> this page</p></body></html>
<head></head><body>What code would create <p> this page</p>
<html><head></head><body><p>What code would create <p> this page</p></body></html>
What code would create
this page
What does HTML stand for ?
Hypeyourtext makeup Language
HypertextSaturdayMash-up Language
BangersAndMash-Up Language
Hypertext Mark-up Language
Why is a html document started off with this tag
<!DOCTYPE html> ( more than one answer)
Tells the browser the type of document it is reading
Tells the browser it is reading a document of the type HTML
Tells the user user that they are only allowed to use html code in the webpage
Creates a Microsoft Word document
