HTML 3

HTML 3

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

CSD Unit 2 Quiz 1-Lessons 1-9

CSD Unit 2 Quiz 1-Lessons 1-9

9th - 12th Grade

10 Qs

HTML Quiz

HTML Quiz

12th Grade

10 Qs

Administrando Formularios con HTML & PHP I

Administrando Formularios con HTML & PHP I

11th Grade

10 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

HTML - Basic : Grade 7

HTML - Basic : Grade 7

7th - 9th Grade

10 Qs

Review Struktur Dasar HTML

Review Struktur Dasar HTML

12th Grade

11 Qs

HTML Review For Lesson 3

HTML Review For Lesson 3

10th Grade

10 Qs

GAME QUIZ

GAME QUIZ

11th - 12th 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>