Sunday, 26 June 2016

Text Bold In HTML

<html>
<head>
<title>Bold</title>
</head>
<body>
<p>This is how we make a word appear <b>bold.</b></p>
<p>Inside a product description you might see some <b>key features</b> in bold.</p>
</body>
</html>

No comments:

Post a Comment