John Doe
Quiz by , created more than 1 year ago

Quiz on CSS Klassen und IDS, created by John Doe on 15/02/2018.

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

CSS Klassen und IDS

Question 1 of 3

1

Klassen werden in CSS mit einem Punkt gekennzeichnet.

Select one of the following:

  • True
  • False

Explanation

Question 2 of 3

1

IDs werden in CSS mit einem Punkt gekennzeichnet.

Select one of the following:

  • True
  • False

Explanation

Question 3 of 3

1

Kreuze die korrekten CSS-Angaben an.
Es können mehrere Angaben richtig sein.

Select one or more of the following:

  • .klasse {
    color: 200px;
    }

  • #20Bilder {
    width:100%;
    }

  • .text {
    text-align: justify;
    }

  • #panel #panel-2x .big {
    font-weight:bold;
    }

  • #kasten#unterkasten.kastenKlasse {
    position:absolute;
    }

Explanation