HTML 3

HTML 3

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML/CSS

HTML/CSS

11th Grade

10 Qs

Test Your Knowledge of CSS

Test Your Knowledge of CSS

9th - 12th Grade

14 Qs

HTML Tags

HTML Tags

9th Grade

10 Qs

HTML/CSS

HTML/CSS

9th Grade

10 Qs

Making Websites Quiz Y9

Making Websites Quiz Y9

8th - 9th Grade

14 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

HTML 3

HTML 3

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ryan Winton

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define an unordered list?

<ul>

<ol>

<list>

<ulist>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define an ordered list?

<ul>

<ol>

<list>

<ulist>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to set the background colour of an element?

background-color

color

bg-color

background-colour

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In HTML, which attribute is used to provide alternative text for an image?

alt

src

desc

info

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to define the structure of an HTML document, including the head and body sections?

<html>

<body>

<head>

<structure>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to embed an image on a webpage?

<image>

<img>

<pic>

<picture>