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/B emphasizes the text in bo...

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>