HTML 3

HTML 3

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Quiz 1 - Intro to HTML

Quiz 1 - Intro to HTML

12th Grade

10 Qs

Examen Final Décimo 10

Examen Final Décimo 10

10th Grade

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

10th Grade

12 Qs

Text formatting tags

Text formatting tags

9th Grade

10 Qs

8-sinf Cambridge II chorak

8-sinf Cambridge II chorak

8th Grade - University

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>