Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js
John Doe
Quiz by , created more than 1 year ago

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

9
1
0
John Doe
Created by John Doe about 7 years ago
Rate this resource by clicking on the stars below:
1 2 3 4 5 (0)
Ratings (0)
0
0
0
0
0

0 comments

There are no comments, be the first and leave one below:

Close

CSS Klassen und IDS

Question 1 of 3 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 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 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:

  • #20Bilder {
    width:100%;
    }

  • .text {
    text-align: justify;
    }

  • .klasse {
    color: 200px;
    }

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

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

Explanation