WorksheetsWeb Development
Total questions: 10
Worksheet time: 2mins
What does HTML stand for?
High-Tech Media Layout
Hardware and Terminal Machine Language
Human Text Management Logic
Hypertext Markup Language
What is CSS used for?
To add text to your webpage
To control the appearance of your webpage
To improve accessibility for webpages
To animate elements on your webpage
True or false: A webpage is a document written in html that you can see using a web browser.
True
False
What is the correct syntax to link css to your html code?
<link rel='stylesheet' href='styles.css'>
<stylesheet = ‘styles.css’>
<link css>
<css>
True or False: <h6> is the largest heading tag.
True
False
WordPress can be used to create a webpage.
True
False
What is the opening and closing paragraph tags?
<p></p>
=<p></p>
</p><p>
p<p></p>
What does CSS stand for?
Computer Style Sheets
Creative Style Sheets
Cascading Style Sheets
Code Studio Service
HTML is used for structuring web pages.
True
False
What is used to change the background color of an element?
color
background-color
background_color
=background color
