NEW
Font size
WorksheetsHTML 3
Total questions: 9
Worksheet time: 5mins
Which HTML tag is used to define an unordered list?
<ul>
<ol>
<list>
<ulist>
Which HTML tag is used to define an ordered list?
<ul>
<ol>
<list>
<ulist>
Which CSS property is used to set the background colour of an element?
background-color
color
bg-color
background-colour
In HTML, which attribute is used to provide alternative text for an image?
alt
src
desc
info
Which HTML element is used to define the structure of an HTML document, including the head and body sections?
<html>
<body>
<head>
<structure>
What is the purpose of the CSS property "padding"?
It sets the space between the border and the content of an element.
It changes the text color of an element.
It defines the width of an element.
It creates space around an element.
What is the purpose of the CSS property "text-decoration: underline;"?
It sets the text colour to underline.
It underlines the text.
It creates a border around the text.
It aligns the text to the underline.
What does the CSS property "text-align: center;" do?
It changes the text colour to red.
It aligns the text to the right.
It centres the text horizontally within its container.
It adjusts the line height of the text.
Which HTML tag is used to embed an image on a webpage?
<image>
<img>
<pic>
<picture>
