9B, datorika

9B, datorika

9th Grade

9 Qs

quiz-placeholder

Similar activities

Web II: CSS Positioning

Web II: CSS Positioning

9th - 12th Grade

12 Qs

Coding the Web #1

Coding the Web #1

9th - 12th Grade

10 Qs

Web Design

Web Design

9th Grade

12 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

Текстові елементи веб-сторінки

Текстові елементи веб-сторінки

9th - 11th Grade

12 Qs

Introduction to HTML/CSS Quiz 1: Overview and Setup

Introduction to HTML/CSS Quiz 1: Overview and Setup

6th - 12th Grade

10 Qs

HTML Quiz

HTML Quiz

9th Grade

14 Qs

9B, datorika

9B, datorika

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Elizabete Hacikjana

Used 1+ times

FREE Resource

AI

Enhance your content

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

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kā sauc kodus, kurus izmanto programmējot HTML valodā?

simboli

kodi

tagi

formulas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kurš no tagiem neiederas HTML dokumentā?

<body>

<head>

<style>

<foot>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Atzīmē kurā ir pareiza HTML dokumenta struktūra?

<html>

<head>

 </head>

<body>

 </body>

</html>

<head>

</head>

<body>

</body>

<html>

<body>

</body>

<head>

</head>

</html>

<html>

<head>

</body>

<body>

</head>

</html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kurš tags jāizmanto, lai pievienotu virsrakstu?

<b>

<h1>

<p>

<h>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kurš tags jāizmanto, lai tekstu noformētu slīprakstā?

<b>

<sup>

<u>

<i>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kurš ir pareizais tags un tā pieraksts, lai izveidotu šādu tekstu?

C2H5OH

<sub>C</sub>2H<sub>5</sub>OH

C<sub>2</sub>H<sub>5</sub>OH

C<sup>2</sup>H<sup>5</sup>OH

C<sub>2</sup>H<sub>5</sup>OH

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kāda veida sarakstu izveidošu izmantojot <ol> tagu?

Neumurētu sarakstu

Numurētu sarakstu

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kurš no tabulas tagiem iekrāsos šūnu treknrakstā?

<tb>

<tr>

<td>

<th>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kurš ir komentāra pareizais pieraksts?

<!--komentārs-->

<--komentārs-->

<--!komentārs-->

<--komentārs--!>