NEW
Font size
WorksheetsHTML and Web Development Quiz
Total questions: 10
Worksheet time: 5mins
What does HTML stand for?
HyperText Markup Language
HighText Markup Language
HighText Machine Language
HyperText Machine Language
Which layer of a web page contains the content such as text and images?
Presentation layer
Content layer
Structure layer
Behaviour layer
What file extension is commonly used for HTML files?
.css
.html
.js
.txt
What is the purpose of the presentation layer in web development?
To manage user interactions
To write HTML code
To create visual styles
To store data
Which of the following languages is used to style web pages?
JavaScript
CSS
HTML
PHP
What is the main function of the behaviour layer?
To create hyperlinks
To format text
To control actions on a web page
To display content
What is the correct way to save an HTML file?
With a .js extension
With a .css extension
With a .txt extension
With a .html extension
What is the role of CSS in web development?
To create databases
To structure the content
To manage server-side logic
To style the visual presentation
Which HTML tag is used to create a hyperlink?
<url>
<href>
<a>
<link>
What does CSS stand for?
Creative Style Sheets
Computer Style Sheets
Colorful Style Sheets
Cascading Style Sheets
