HTML

HTML

10th Grade

15 Qs

quiz-placeholder

Similar activities

HTML5 TAGS

HTML5 TAGS

7th - 10th Grade

10 Qs

CSS Display

CSS Display

9th - 12th Grade

20 Qs

Review for Bootstrap Test

Review for Bootstrap Test

9th Grade - University

13 Qs

HTML nav

HTML nav

6th - 12th Grade

15 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

Web II: CSS Positioning

Web II: CSS Positioning

9th - 12th Grade

12 Qs

Estructura y Texto de Bootstrap

Estructura y Texto de Bootstrap

10th Grade

10 Qs

Test 4.02

Test 4.02

9th - 12th Grade

20 Qs

HTML

HTML

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Dániel Zsár

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Hogyan állítjuk be az oldal nyelvét magyarra?

<html lang="hu">

<meta lang="hu">

<html lang="hun">

<meta lang="hun">

<language="hungarian">

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Melyik tag-ben tudjuk beállítani a böngésző címsorában megjelenő szöveget?

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Melyik tag elegenő ahhoz hogy sikeresen csatoljunk css-t a html dokumentumhoz?

<link type="text/css" href="style.css">

<link rel="stylesheet" href="style.css">

<a href="style.css" rel="stylesheet" >

<meta css="style.css">

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Melyik két alap tag van a html tag-en belül

header

body

head

main

header

main

head

body

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Hogyan kezdődik minden html dokumentum első sora?

(pontosan)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Melyik a legjobb megoldás egy navigációs menűhöz, egy elemmel?

<nav><ul><li>

<a href="#menu">menu</a>

</li></ul></nav>

<nav><ul><li>

<a href="menu">menu</a>

</li></ul></nav>

<nav><ul><li>

<p>menu</p>

</li></ul></nav>

<nav><ul><li>

<a>menu</a>

</li></ul></nav>

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Milyen tag a cikk

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?