15 lines
384 B
HTML
15 lines
384 B
HTML
<html>
|
|
<head>
|
|
<title>basefont element example</title>
|
|
<basefont face="verdana" size=5>
|
|
</head>
|
|
<body>
|
|
<p>Set by base font.
|
|
<font face="Courier" size=12 color="red">
|
|
For in all adversity of fortune the worst sort of<br>
|
|
misery is to have been happy.<br><br>
|
|
|
|
Boethius</font>
|
|
</p>
|
|
</body>
|
|
</html> |