BcF
Neues Mitglied
Was ist die sinnvollste Notation zur besonderen Hervorhebung eines Wortes oder kurzen Textabschnitts?
[ ] <b>Text</b>
[ ] <span style="font-weight:bold;">Text</span>
[x] <strong>Text</strong>
[ ] <font class="important">Text</font>
Was ist an folgender Zeile zwar nach HTML 4 erlaubt, gemessen am XHTML-Standard jedoch falsch?
Korrekt:
[ ] <b>Text</b>
[ ] <span style="font-weight:bold;">Text</span>
[x] <strong>Text</strong>
[ ] <font class="important">Text</font>
Was ist an folgender Zeile zwar nach HTML 4 erlaubt, gemessen am XHTML-Standard jedoch falsch?
Code:
<[COLOR=RoyalBlue][B]INPUT[/B][/COLOR] type=[COLOR=RoyalBlue][B]'[/B][/COLOR]button[COLOR=RoyalBlue][B]'[/B][/COLOR] value=[COLOR=RoyalBlue][B]'[/B][/COLOR]Drück mich[B][COLOR=RoyalBlue]'[/COLOR][/B] [COLOR=RoyalBlue][B]disabled>[/B][/COLOR]
Code:
<input type="button" value="Drück mich" disabled="disabled" />