WorksheetsHTML & CSS L1-L4
Total questions: 15
Worksheet time: 8mins
What is HTML?
A programming language
A styling language
A markup language for building web pages
A database system
What is CSS?
A tool to edit photos
A language used to style web pages
A computer virus
A type of hardware
What are HTML tags used for?
To style text
To add logic and loops
To structure and organize content on a webpage
To create video games
Which of the following is an HTML tag?
<style>
.gallery-item { }
background-color
color = #ffffffff
What are CSS styles used for?
To structure web content
To store files
To change how a webpage looks (colors, sizes, layouts)
To write comments
Which of the following is a CSS property?
background-color
<title>
<script>
#image
Which tag is used to insert an image?
<p>
<img>
<a>
<ul>
Which tag is used to insert a link?
<b>
<div>
<img>
<a>
Which tag is used to insert a paragraph?
<span>
<p>
<li>
<body>
Which tag is used to create a list?
<meta>
<nav>
<ul> or <ol>
<section>
Which tag can be used to add a map?
<map>
<iframe>
<div>
<section>
Which tag can be used to add a video?
<video>
<audio>
<iframe>
<object>
Which tag can be used to add music?
<audio>
<video>
<iframe>
<embed>
What are CSS classes for?
like, .nav or .gallery-item.
To style many things the same way
To make web pages
To add pictures
To add links
Which element is used to make blocks on a page?
<p>
<section>
<div>
<body>
