wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML, CSS, JS WH2

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

Die shorthand property "border" setzt sich zusammen aus... (mehrere Antworten richtig!)

a)

border-width

b)

border-style

c)

border-color

d)

border-line

2.

Welche Liste gibt es NICHT?

a)

unordered list

b)

ordered list

c)

description list

d)

unsorted list

3.

Die Anzahl welcher Elemente bestimmt die Anzahl der Spalten einer Tabelle?

a)

<td>

b)

<table>

c)

<tr>

d)

<col>

4.

Welche position-Angaben gibt es? (Mehrfachantwort möglich)

a)

absolute

b)

relative

c)

sticky

d)

fixed

5.

Welches Element ist KEIN Blockelement?

a)

<div>

b)

<p>

c)

<span>

d)

<table>

6.

Welches ist ein Block-Element?

a)

<a>

b)

<span>

c)

<img>

d)

<div>

7.

Wie kann man in CSS die Schriftfarbe rot angeben? (Mehrfachantworten möglich)

a)

color: rgb(0, 255, 255);

b)

color: #FF0000;

c)

background-color: rgb(255,0,0);

d)

color: red;

8.

Margin ist...

a)

...ein Außenabstand

b)

...ein Innenabstand

c)

...ein Textabstand

d)

...kein Abstand.

9.

<div>-Elemente mit float:left ordnen sich...

a)

...rechtsbündig an.

b)

...linksbündig an.

c)

...mittig an.

d)

...untereinander an.

10.

Elemente mit position:absolute orientieren sich...

a)

...am <body>.

b)

...am viewport.

c)

...am nächsten übergeordneten Container, der eine position-Angabe hat (die nicht static ist).

d)

...am nächsten übergeordneten Container, der keine position-Angabe hat.

11.

Ein Formular können wir abschicken mit...

a)

<input type="action">

b)

<input type="text">

c)

<input type="send">

d)

<input type="submit">

12.

Bei der Flexbox können wir die horizontale Ausrichtung angeben mit...

a)

justify-content

b)

align-items

c)

align-content

d)

horizontal-align

13.

Bei der Flexbox können wir die vertikale Ausrichtung angeben mit...

a)

align-content

b)

align-items

c)

justify-content

d)

vertical-align

14.

Womit erlaubt man Elementen in der Flexbox das Umspringen in die nächste Zeile?

a)

flex-wrap: wrap;

b)

justify-content: end;

c)

overflow: auto;

d)

line-wrap: wrap;