NEW
Font size
WorksheetsHTML & CSS Quiz
Total questions: 10
Worksheet time: 5mins
What does HTML stand for?
HyperText Multi Language
HyperText Markup Language
HighText Markup Language
Hyperlink Text Markup Language
Which HTML element is used for paragraphs?
<div>
<p>
<button>
<h1>
Which heading is the biggest?
A. <h5>
B. <h3>
C. <h2>
D. <h1>
What is the purpose of CSS?
To organize content into headings
To add interactivity to buttons
To style and design a webpage
To create the structure of a webpage
Which CSS property changes the text color?
background-color
border
font-size
color
Where do we write the <title> tag?
Inside <body>
Inside <div>
Inside <head>
Inside <html>
Which of the following is a correct HTML structure?
<h1> hello <h1>
<h1> hello </h1>
<h1 hello </h1>
<h1> hello /h1
What does the button element create?
A section for images
A clickable interactive element
A paragraph of text
A header for the page
What is the purpose of the <div>
tag in HTML?
To define the main title
To display images
To group elements together for organization
To create a clickable button
Which CSS property changes the background color of an element?
background-color
border
font-size
color
