NEW
Font size
WorksheetsMaking a website
Total questions: 15
Worksheet time: 9mins
What does HTML stand for?
It stands for "Head Team of Middle Languages".
It stands for "Hero Team Mentally Live".
It stands for "Hyper Text Markup Language".
It stands for "Hyper True Method Leadership".
What is HTML?
It is the main markup language for creating webpages.
It is a style sheet.
It is a language that we use in Scratch.
It is an association of webpages.
What is usability?
The main markup language for creating webpages.
The process of making a webpage quick and easy to use.
It is all about making sure that all users, including those with disabilities, can use the webpage.
A visual guide showing how the features of a website function.
What is accessibility?
The process of making a webpage quick and easy to use.
A visual guide showing how the features of a website function.
The main markup language for creating webpages.
It is all about making sure that all users, including those with disabilities, can use the webpage.
What is a wireframe?
The main markup language for creating webpages.
A visual guide showing how the features of a website function.
The process of making a webpage quick and easy to use.
It is all about making sure that all users, including those with disabilities, can use the webpage.
What is X-Ray Goggles?
The process of making a webpage quick and easy to use.
A visual guide showing how the features of a website function.
It is software that enables you to alter web pages easily.
It is all about making sure that all users, including those with disabilities, can use the webpage.
What are tags used for in HTML?
They are used for adding style to your website, for example, it lets you change the color of the words and the background.
They are used to make a visual guide of how the website will look.
They are used to check if a website is accessible.
They are used to display the content of your website in a specific format. For each tag that you open, there should be a closing one.
Which tag do we use for titles?
<h1></h1>
<p></p>
<strong></strong>
<em></em>
Which tag do we use for paragraphs?
<strong></strong>
<em></em>
<p></p>
<h1></h1>
Which tag do we use for emphasizing something?
<p></p>
<em></em>
<strong></strong>
<h1></h1>
Which tag do we use for making an important point?
<p></p>
<em></em>
<strong></strong>
<h1></h1>
What does CSS stand for?
It stands for "Closing Sentence Series".
It stands for "Chocolate Suspended Seriously".
It stands for "Creation of Sequentially Sites".
It stands for "Cascading Style Sheet".
Which are the two types of lists that we have in HTML?
Large list and short list.
Big list and small list.
Ordered list and unordered list.
Incomplete list and complete list.
Which option changes the color of the letters in a paragraph to blue in HTML?
p {color:blue;}
p {background-color:blue;}
p {font-family:blue;}
Which option changes the background color of the entire website to green?
p {background-color:green;}
h1 {background-color:green;}
h2 {background-color:green;}
body {background-color:green;}
