Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
</head>
<body>
<p>
<font size="2" color="blue">Blauer Text.</font>
</p>
<p>
<font size="3" color="red">Roter Text, die Schrift ist vergrößert.</font>
</p>
<p>
<font face="arial" color="green">Grüner Text, die Schriftart ist verändert.</font>
</p>
</body>
</html>