HTML/CSS/Basic Tags/b
Версия от 09:21, 26 мая 2010; (обсуждение)
"b" emphasizes the text in boldface
<html>
<head>
<title>b element example</title>
</head>
<body>
Not in bold <b>bold</b> and <b>bold</b>
</body>
</html>
<html>
<head>
<title>b element example</title>
</head>
<body>
Not in bold <b>bold</b> and <b>bold</b>
</body>
</html>