John Doe
Quiz by , created more than 1 year ago

Quiz on CSS-Anweisungen-Anwendung, created by John Doe on 15/02/2018.

3
0
0
John Doe
Created by John Doe about 6 years ago
Close

CSS-Anweisungen-Anwendung

Question 1 of 4

1

Der Fließtext auf der Seite soll im Blocksatz angezeigt werden.
Welche CSS-Anweisung ist korrekt?

Select one of the following:

  • p { text-align: left; }

  • p { text-align: center; }

  • p { text-align: right; }

  • p { text-align: justify; }

Explanation

Question 2 of 4

1

Die Farbe des Rahmens soll verändert werden. Welche CSS-Eigenschaft wird dafür verwendet?

Select one of the following:

  • border-width

  • border-style

  • color

  • background-color

  • border-color

  • border-radius

Explanation

Question 3 of 4

1

Fill the blank spaces to complete the text.

Die Schriftgröße des Textes soll auf 100 Pixel gesetzt werden.
Fülle die einzelnen Lücken, um die gesamte CSS-Anweisung zu erhalten.

{
: ;

Explanation

Question 4 of 4

1

Die Aufzählungszeichen einer unsortierten Liste sollen als Zahlen dargestellt werden.
Fülle die Lücken per Drag & Drop.



Drag and drop to complete the text.

    ul
    ol
    p
    h1
    table
    list
    {
    (
    )
    list-style-type
    list-style-position
    list-style-image
    line-height
    :
    .
    #
    decimal
    disc
    square
    circle
    none
    ;
    }

Explanation