John Doe
Quiz by , created more than 1 year ago

Quiz on HTML IDs und Klassen, created by John Doe on 15/02/2018.

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

HTML IDs und Klassen

Question 1 of 2

1

Kreuze die richtigen ID- und Klassenangaben an.
Es können mehrere Angaben richtig sein.

Select one or more of the following:

  • <p class=test></p>

  • <h1 id="123456"></h1>

  • <div class="test1" id="Name"></div>

  • <li class="eintrag"></li>

  • <img src="LinkZumBild" id="bild_Wichtig1" />

Explanation

Question 2 of 2

1

Select from the dropdown lists to complete the text.

Wähle aus der Liste den richtigen Eintrag zum Füllen der Lücken aus.

<h1 id="( grosseUeberschrift, _Überschrift, 123456, _grosse_Ueber_Schrift )">Überschrift</h1>
<p class="( klasse1, 1klasse, _klasse, !Terasse )">Ich bin ein Text</p>
<p class="( klasse1, 1klasse, _Bild )" id="( identifiziert, #identifiziert, grosseUeberschrift, 2Bilder )">Ich bin ein besonderer Text</p>

Explanation