programming-examples/css/B emphasizes the text in boldface.html
2019-11-15 12:59:38 +01:00

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>