You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-examples/css/Basefont sets a default fon...

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>