<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">


		<div id="Beschreibung">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">&lt;BASEFONT&gt;</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">alle</span> IE <span class="emphasis">alle</span> HTML <span class="emphasis">3.2</span>&#160;&#160;</td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">&lt;BASEFONT&gt;</p>
					</td><td valign="top" nowrap class="requirements">HTML-End-Tag: Unzul&auml;ssig&#160;&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Ein <span class="literal">basefont</span>-Element teilt dem Browser verschiedene Schriftinformationen mit, die als Basis f&uuml;r die Textdarstellung der aktuellen Seite unter dem <span class="literal">basefont</span>-Element verwendet werden sollen. Sie k&ouml;nnen dieses Element entweder im <span class="literal">head</span>- oder <span class="literal">body</span>-Teil des Dokuments angeben (auch wenn Microsoft f&uuml;r IE 4 und sp&auml;ter den <span class="literal">body</span>-Abschnitt empfiehlt); <span class="literal">basefont</span>-Elemente lassen sich beliebig oft einf&uuml;gen, um f&uuml;r Textabschnitte eine Basisschrift festzulegen. Beachten Sie jedoch, dass die Einstellungen des <span class="literal">basefont</span>-Elements nicht unbedingt auch f&uuml;r Tabelleninhalte gelten. Wenn f&uuml;r Tabelleninhalte eine spezifische <span class="literal">basefont</span>-Einstellung gelten soll, m&uuml;ssen Sie die Schriftstile f&uuml;r Tabellenelemente wahrscheinlich separat festlegen.
</p><p>Das <span class="literal">basefont</span>-Element setzt die Standardschrifteinstellungen in den Benutzervorgaben des Browsers au&szlig;er Kraft. Wie die meisten schriftspezifischen Elemente gilt auch das <span class="literal">basefont</span>-Element in HTML 4 als veraltet (stattdessen werden Stylesheets empfohlen) und ist in den strikten DTDs f&uuml;r HTML 4 und XHTML nicht enthalten.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>&lt;BASEFONT face="Times, serif" size="4"&gt;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">Elementspezifische Attribute</span></td>
</tr><tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
</tr><tr><td>
        <table border="1">
<tbody><tr><td><span class="literal">color</span></td><td><span class="literal">face</span></td><td><span class="literal">name</span></td><td><span class="literal">size</span></td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">Elementspezifische Ereignisbehandlungsroutinenattribute</span></td>
				</tr>
				<tr>
					<td><p>Keine.</p>
					</td>
				</tr>
			</table>
		</div><div id="color">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">color</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">3</span> HTML <span class="emphasis">4</span>&#160;&#160;</td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">color="<span class="replaceable">colorTripletOrName</span>"</p>
					</td><td valign="top" nowrap class="requirements">Optional&#160;&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definiert die Schriftfarbe des gesamten Textes unterhalb des <span class="literal">basefont</span>-Elements. In HTML 4 wird dem CSS-Attribut <span class="literal">color</span> Vorrang vor diesem Attribut einger&auml;umt.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>&lt;BASEFONT color="Olive"&gt;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td><p>Ein hexadezimales Triplett oder ein unverschl&uuml;sselter Farbname. Einzelheiten zu den g&uuml;ltigen unverschl&uuml;sselten Farbnamen finden Sie in Anhang A.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td><p>Vorgabe des Browsers.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">Objektmodellreferenz</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>[window.]document.getElementsByTagName("basefont")[0].color</pre>
						</span></td>
				</tr>
			</table>
		</div><div id="face">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">face</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> HTML <span class="emphasis">4</span>&#160;&#160;</td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">face="<span class="replaceable">fontFaceName1[, ... fontFaceNameN]</span>"</p>
					</td><td valign="top" nowrap class="requirements">Optional&#160;&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Sie k&ouml;nnen f&uuml;r die Standardschrift eines Abschnitts mit einleitendem <span class="literal">basefont</span>-Element eine Hierarchie von Schriftarten festlegen. Der Browser sucht nach der ersten Schrift in der durch Kommas getrennten Liste, bis auf dem Clientsystem eine entsprechende Schrift gefunden wird; andernfalls wird die Standardschrift des Browsers verwendet. Die Schriftnamen m&uuml;ssen mit den Namen der Systemschriften exakt &uuml;bereinstimmen. Wenn Sie dieses Attribut verwenden (anstelle des bevorzugten Stylesheet-Attributs), k&ouml;nnen Sie als letzte Auswahlm&ouml;glichkeit immer eine allgemeine Schriftart angeben (<span class="literal">serif</span>, <span class="literal">sans-serif</span>). In HTML 4 wird dem CSS-Attribut <span class="literal">font-family</span> Vorrang vor diesem Attribut einger&auml;umt.
</p><p>In IE 3 wurde dieses Attribut unter <span class="literal">name</span> gef&uuml;hrt.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>&lt;BASEFONT face="Bookman, Times Roman, serif"&gt;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td><p>Ein oder mehrere Schriftnamen, einschlie&szlig;lich der anerkannten allgemeinen Schriften: <span class="literal">serif</span> | <span class="literal">sans-serif</span> | <span class="literal">cursive</span> | <span class="literal">fantasy</span> | <span class="literal">monospace</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td><p>Vorgabe des Browsers.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">Objektmodellreferenz</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>[window.]document.getElementsByTagName("basefont")[0].face</pre>
						</span></td>
				</tr>
			</table>
		</div><div id="name">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">name</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">|3|</span> HTML <span class="emphasis">nicht zutreffend</span>&#160;&#160;</td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">name="<span class="replaceable">fontFaceName</span>"</p>
					</td><td valign="top" nowrap class="requirements">Optional&#160;&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies war unter IE 3 der Name des heutigen Attributs <span class="literal">face</span>. Das Attribut akzeptiert einen einzelnen Schriftnamen. Das Attribut <span class="literal">name</span> wird nicht mehr verwendet.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td><p>Ein einzelner Schriftname.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td><p>Vorgabe des Browsers. </p>
					</td>
				</tr>
			</table>
		</div><div id="size">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">size</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">alle</span> HTML <span class="emphasis">3.2</span>&#160;&#160;</td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">size="<span class="replaceable">integerOrRelativeSize</span>"</p>
					</td><td valign="top" nowrap class="requirements">Optional&#160;&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Mit dem Attribut <span class="literal">size</span> k&ouml;nnen Schriftgr&ouml;&szlig;en nur relativ festgelegt werden; es besteht kein plattform&uuml;bergreifende Punktgr&ouml;&szlig;e. Die Standardschriftgr&ouml;&szlig;e f&uuml;r Browser ist 3. F&uuml;r das Attribut <span class="literal">size</span> k&ouml;nnen Integerwerte von 1 bis einschlie&szlig;lich 7 angegeben werden. Die genaue Punktgr&ouml;&szlig;e h&auml;ngt vom Betriebssystem und vom Browser ab.
</p><p>Die Standardschriftgr&ouml;&szlig;e kann vom Benutzer normalerweise in den Voreinstellungen festgelegt werden. Diese Einstellung wird durch das Attribut <span class="literal">size</span> au&szlig;er Kraft gesetzt. Dar&uuml;ber hinaus k&ouml;nnen <span class="literal">size</span>-Werte relativ zu jeder in den Voreinstellungen festgelegten Schriftgr&ouml;&szlig;e sein. Wenn vor dem Attributwert das Zeichen <span class="literal">+</span> bzw. <span class="literal">-</span> steht, wird die Standardgr&ouml;&szlig;e nach oben bzw. nach unten ge&auml;ndert, bleibt jedoch stets im Bereich von 1 und 7.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>&lt;BASEFONT size="4"&gt;
&lt;BASEFONT size="+3"&gt;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td><p>Entweder ein Integer oder ein relativer Wert aus einem <span class="literal">+</span> oder <span class="literal">-</span>-Symbol und einem Integer.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td><p><span class="literal">3</span></p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">Objektmodellreferenz</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>[window.]document.getElementsByTagName("basefont")[0].size </pre>
						</span></td>
				</tr>
			</table>
		</div>
</body>
</html>