AUSGEWÄHLT: MULTIPLE CHOICE FRAGE NR. 177 zum Thema
HTML
Frage:
Welche Tags machen Listen zu geordneten bzw. nummerierten Listen?
Welche Antwort / Antworten ist / sind richtig?
(Mindestens 1 Antwort ist, maximal 6 Antworten sind richtig)
A
ungeordnete: <ul>
<li> .... </li>
</ul>
B
ungeordnete: <div>
<ol> .... </ol>
</div>
C
ungeordnete: <li>
<li> .... </li>
</li>
D
geordnete: <li>
<ol> .... </ol>
</li>
E
geordnete: <div>
<ul> .... </ul>
</div>
F
geordnete: <ol>
<li> .... </li>
</ol>
max. 3 Punkte