14 lines
286 B
HTML
14 lines
286 B
HTML
<html>
|
|
<head>
|
|
<title>b emphasizes the text in boldface</title>
|
|
</head>
|
|
<body>
|
|
The Eskimo has fifty two names for snow because it is important to them,<br>
|
|
there ought to be as many for love.<br><br>
|
|
|
|
<b>Margaret Atwood</b>
|
|
|
|
|
|
</body>
|
|
</html>
|