HTML 3

HTML 3

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

Making Websites Quiz Y9

Making Websites Quiz Y9

8th - 9th Grade

14 Qs

HTML Images

HTML Images

9th - 12th Grade

10 Qs

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

HTML CSS 1

HTML CSS 1

9th - 12th Grade

10 Qs

Atividade Avaliativa - Matemática II (Programação) 2° Ano

Atividade Avaliativa - Matemática II (Programação) 2° Ano

11th Grade

11 Qs

WEBSITE AUTHORING CHECKPOINT

WEBSITE AUTHORING CHECKPOINT

8th - 9th Grade

12 Qs

Asesmen Diagnostik CSS Layout Web

Asesmen Diagnostik CSS Layout Web

11th Grade

10 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>