von Thomas Salvador.
Demonstration von <font>:
<p>Die Schrift ist normal, <font face="arial" size="+2">die ist größer und in Arial</font> und hier ist es wieder wie zuvor.</p>
<font> wird verwendet, um den Zeichensatz und die Schriftgröße zu ändern. face legt dabei den Zeichensatz, size die Größe fest, die für den Inhalt gelten soll.
<font> verwendet die Attribute:
Attribut | Beschreibung |
---|---|
class | Space-separierte Liste von CSS-Klassen |
color | Textfarbe |
dir | Ausrichtung von Text und Tabellen |
face | Liste von Zeichensatznamen |
id | Universalattribut |
lang | Sprache des Elementes |
size | Zeichensatzgröße bei font |
style | Inline Style |
title | Bezeichnender Titel |
Der HTML Befehl <font> wird von den HTML-Browsern Avant Palm OS, Avant Windows, Chrome, Firefox, Internet Explorer, Netscape, Opera, Safari und Web TV / MSN unterstützt.
<font> wird zumindest in den Standards HTML und XHTML definiert.
<font> kann die HTML-Befehle <a>, <abbr>, <acronym>, <applet>, <b>, <basefont>, <bdo>, <big>, <br>, <button>, <cite>, <code>, <dfn>, <em>, <font>, <i>, <iframe>, <img>, <input>, <kbd>, <label>, <map>, <object>, <q>, <s>, <samp>, <script>, <select>, <small>, <span>, <strike>, <strong>, <sub>, <sup>, <textarea>, <tt>, <u> und <var> enthalten.
<font> kann in den Tags <a>, <abbr>, <acronym>, <address>, <applet>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>, <caption>, <center>, <cite>, <code>, <dd>, <del>, <dfn>, <div>, <dt>, <em>, <fieldset>, <font>, <form>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <i>, <iframe>, <ins>, <kbd>, <label>, <legend>, <li>, <noframes>, <noscript>, <object>, <p>, <q>, <s>, <samp>, <small>, <span>, <strike>, <strong>, <sub>, <sup>, <td>, <th>, <tt>, <u> und <var> enthalten sein.
Keine.