wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML quiz - Day 4

Total questions: 11

Worksheet time: 4mins

Name
Class
Date
1.

Koji od ovih su <table> elementi?

a)

<table>, <tr>, <tt>

b)

<table>, <tr>, <td>

c)

<thead>, <body>, <tr>

d)

<table>, <head>, <tfoot>

2.

Kako se ispravno u HTML-u pravi text input polje?

a)

<input type="text">

b)

<textinput type="text">

c)

<input type="textfield">

d)

<textfield>

3.

Koji je ispravan HTML za pravljenje text area polja?

a)

<input type="textbox">

b)

<input type="textarea">

c)

<textarea>

4.

Koji je ispravan HTML za ubacivanje slike?

a)

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

b)

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

c)

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

d)

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

5.

<iframe> se koristi da se prikazu elementi kao sto su YouTube snimci i ostali sadrzaji.

a)

Tačno

b)

Ne postoji <iframe> element

c)

Netačno

6.

HTML počinju sa <!-- i završavaju sa -->

a)

Da

b)

Ne

7.

Block elementi se normalno prikazuju bez prelaska u sljedeći red.

a)

Da

b)

Ne

8.

Koji HTML atribut definiše alternativni tekst za sliku, ako se slika ne može prikazati?

a)

longdesc

b)

alt

c)

title

d)

src

9.

Koji HTML element se koristi da se definiše footer?

a)

<footer>

b)

<section>

c)

<bottom>

10.

Koji HTML element se koristi da se definiše header?

a)

<header>

b)

<top>

c)

<section>

d)

<head>

11.

Koji nam je "najvažniji" HTML element?

a)

<article>

b)

<div>

c)

<p>

d)

<h1>