HTML & CSS quiz

HTML & CSS quiz

1st - 4th Grade

7 Qs

quiz-placeholder

Similar activities

Quiz DFL 5 HUDDLES KCU Diponegoro

Quiz DFL 5 HUDDLES KCU Diponegoro

1st - 3rd Grade

10 Qs

Mathematics- Grade 1 comparing numbers

Mathematics- Grade 1 comparing numbers

1st Grade

10 Qs

RBT TAHUN 4 UNIT 1

RBT TAHUN 4 UNIT 1

4th Grade

10 Qs

SOC Live Quiz

SOC Live Quiz

KG - Professional Development

10 Qs

let me Guess ?

let me Guess ?

2nd Grade

10 Qs

Síntesis I - Laboratorio I

Síntesis I - Laboratorio I

1st - 3rd Grade

10 Qs

Which country invented? 🤔

Which country invented? 🤔

1st - 12th Grade

10 Qs

Tema 8 Subtema 1

Tema 8 Subtema 1

3rd Grade

10 Qs

HTML & CSS quiz

HTML & CSS quiz

Assessment

Quiz

Other

1st - 4th Grade

Practice Problem

Medium

Created by

Iana Stepanova

Used 23+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Какой тег означает самый главный заголовок?

<head>

<heading>

<h1>

<h6>

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Как сделать цвет фона body жёлтым?

<background>yellow</background>

<body bg="yellow">

<body style="background-color:yellow;">

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Как создать ссылку?

<a href="http://google.com">Google.com<\a>

<a url="http://google.com">Google.com<\a>

<a name="http://google.com">Google.com<\a>

<a>http://google.com<\a>

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Какой символ мы добавляем, чтобы указать закрывающий тег?

^

<

*

/

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Как создать нумерованный список?

<list>

<dl>

<ul>

<ol>

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Как добавить картинку?

<image src="image.jpg" alt="MyImage">

<img src="image.jpg" alt="MyImage">

<img alt="MyImage">image.jpg</img>

<img href="image.jpg" alt="MyImage">

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Как сделать картинку фоном элемента body?

<body style="background-image:url(background.img)">

<body bg="background.img">

<background img="background.img"