Font size
WorksheetsMaking your own Webpage
Total questions: 10
Worksheet time: 7mins
1, What does HTML stand for ?
Hypeyourtext Makeup Language
Hype Text Marker Language
Hypertext Mark up Lines
Hypertext Mark up Language
2.What is the name of the software needed to interpret a webpage ?
Google Chrome
Internet Explorer
Browser
Firefox
3. Which tag is an example of a closed Tag
<p/>
<h1/>
</h3>
<h3>
4. Which of the following are true about using tags in html ?
they always appear in sets e.g.<p></p>
they are written in lower case e.g. h1, not H1
they are used to create a structure for the web page
together they make up teh basic structure for a web page
5,A Html file has and ending .................
.webpage
.ht
.doc
.html
7.What do you think this would make when run in a browser ( clue - no body tags)
<html>
<h1>This is my main heading</h1>
</html>
This is my main heading
Invalid syntax - cannot run
8.Why are body <body></body> tags used for in a webpage ?
They are used to make the webpage run faster
They help make it easier for a webpage be displayed
It is used to make the webpage larger
Whatever is placed inside them is displayed on the screen
9. What does a paragraph tag<p></p> do to text ?
It creates a new line above and below the line of text
It makes a new line underneath the text
It will underline the text
It will make the text go bold
10. Which tag would you use to create the smallest heading ?
<h1></h1>
<h4></h4>
<h2></h2>
<h3></h3>
