Hallo,
ich lese immer wieder das bestimmte Attribute in HTML 5 nicht mehr unterstützt werden.
Z.b. das font size Attribut <font size="1px">Bla</font>
Ich weiß, man macht das mittlerweile mit CSS Klassen.
Aber angenommen man macht das jetzt noch mit dem HTML Attribut, wann bzw. wo kann man da Probleme bekommen?
Wird HTML 4 irgendwann von Browsern nicht mehr unterstützt oder wie läuft das ab?
Probleme wirst du keine bekommen, HTML ist abwärtskompatibel.
HTML is defined in a way that is backward compatible with the way user agents handle content. ... User agents, however, will always have to support these older elements and attributes. This is why the HTML specification clearly separates requirements for Web developers (referred to as "authors" in the specification) and user agents; for instance, this means that Web developers cannot use the isindex or the plaintext element, but user agents are required to support them in a way that is compatible with how these elements need to behave for compatibility with Web content.
https://www.w3.org/TR/html5-diff/
css ist doch kein hexenwerk ... html hast du doch auch gelernt, also warum an sowas festhalten?
Original von flowIIpoker
css ist doch kein hexenwerk ... html hast du doch auch gelernt, also warum an sowas festhalten?
Ja das ist mir schon klar, das war aber nicht die Frage. ![]()
@micha
Danke