Font size
WorksheetsWeb Page Design Quiz
Total questions: 20
Worksheet time: 11mins
What is the first step to create a web page?
Run the browse
Launch the Notepad App.
Write the codes
Create and review the web page
Which file extension should be used when saving a web page?
.txt
.docx
.html
What should you do after saving the file as a web page?
Close the app
check the webpage
Delete the file
Print the file
How many heading styles are there in HTML?
4
6
7
5
What is the correct way to save a file in Notepad as a webpage?
Click Save and select .html
Click Save as and select .html
Click Save as and select All files
Click Save and select .txt
What is the purpose of keeping two windows open on the screen?
To compare the HTML file and the browser
To save time
To avoid distractions
To increase productivity
What is the difference between the HTML file and the browser view?
The HTML file is editable, the browser is not
There is no difference
The HTML file is a webpage, the browser is a text editor
The browser shows the code, the HTML file does not
Which heading tag is the largest in HTML?
H6
H2
H3
H1
All heading styles are:
Black
Bold
Of different sizes
All previous
HTML is the abbreviation of ?
Happy Text Makeup language
Hyper Text Makeup Language
Hyper Text Markup Language
Hylam Text Markup Language
What is the purpose of refreshing the web page?
To close the browser
To open a new tab
To save changes
To view updates
What should you do if the web page does not display correctly?
Delete the file
Change the browser
Restart the computer
Check the HTML code
How tags are closed in HTML?
< / element >
< \ element >
< element >
None
Order of closing tags in HTML !!!
First opened - first closed
Last opened - Last closed
Last opened - first closed
None
Animated images are of the type:
PNG
JPEG
GIF
JPG
To re-open the html file to correct / add codes !!
Right click the file - open with browser
Double click the file
Right click the file - open with Note pad
All previous
Images' types that browsers read are of the type:
JPG / JPEG
GIF
PNG
All previous
(a) Is the tag used to centre align contents in the webpage (text / image)
.......................................Is the attribute of the body element used to add image in the webpage background :
Background
bgcolor
size
align
bgcolor is an attribute of the element ............. & used to ....................
title----------------------add a picture background to the webpage
body ------------------ add a colour to the webpage's background
head ------------- create a heading style
All previous
