Font size
Worksheets7.2 Knowledge check
Total questions: 10
Worksheet time: 8mins
Place the tags in order for the start of a webpage
< html >
< head >
< title >
< body >
HTML stands for
Hyper Tags Marked Language
High Tech Media Language
Hyper Text Markup Language
High Text Media Language
Webpages can be created using a text editor, of the options below which one is a text editor.
Google Chrome
Safari
Notepad ++
Microsoft Word
When creating HTML pages angle brackets < >are used to help format the webpage. For example <font> <b> <u>. These are called
(a)
Which of the following is the correct way to create a heading in HTML?
<h1>Heading</h1>
<heading>Heading</heading>
<head>Heading</head>
Webpages are viewed with web browsers. Which of the following is a web browser
Google Chrome
Microsoft Word
Notepad ++
Office 365
Match the following HTML tag with their formatting purpose:
< b >
Bold
< p >
Italic
< u >
Underline
< i >
Paragraph
To change the colour of the writing on the screen to red, which of the following would you use:
< colour = "red">
<font color = "red">
< font colour = "red">
< font = "red">
Once the paragraph tag has been used <p> you then need to close the tag with </P>
True
False
To use a specific colour (e.g FF0000) for a font or a background we can use a ______ code
Binary
Hexadecimal
HTML tag
Notepad code
