HTML

HTML

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

HTML Intro

HTML Intro

9th - 12th Grade

10 Qs

CodeHS 8.1 Introduction to HTML

CodeHS 8.1 Introduction to HTML

9th - 12th Grade

10 Qs

HTML Images

HTML Images

9th - 12th Grade

10 Qs

Графіка для веб-середовища

Графіка для веб-середовища

10th - 11th Grade

9 Qs

HTML 2

HTML 2

9th - 12th Grade

10 Qs

HTML Tags

HTML Tags

9th Grade

10 Qs

HTML Quiz #1 Review - CodeHS (Sec 1-5)

HTML Quiz #1 Review - CodeHS (Sec 1-5)

6th - 9th Grade

10 Qs

HTML QUIZ

HTML QUIZ

8th - 9th Grade

10 Qs

HTML

HTML

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Laurentiu Lambrinoc

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

HTML inseamna?

Hyper Time Multiple Language

Hyper Text Mark-up Language

Hipper Text Make Language

Hippo T-Rex Mascot Lemur

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Care dintre urmatoarele ar trebui folosit pentru a scrie cel mai mare nivel de titlu?

<h1>Hello</h1>

<h1>"Hello

<h1>Hello<h1>

{h1}Hello{/h1}

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Care dintre urmatoarele este modul corect de a realiza un link catre google.com?

<a href="https://google.com">

Click Me

</a>

<a herf="https://google.com">

Click Me

</a>

<a>Click Me>

"https://google.com"

</a>

<a>

"https://google.com"

Click Me

</a>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Atributul src este folosit in tagul img pentru a specifica?

Numele acesteia

Nu exista acest atribut

Descrierea imaginii

Sursa imaginii

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Care dintre constructiile urmatoare este corecta?

<img src="img/pic12.jpg">

<img src="pic12">

<img src="img/pic12.jpg" alt="foto12>

<img src="img/pic12.jpg" size="200">

<img src="img/pic12.jpg" width="500px>