bold text

The <b> element is used to bold a text.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>bold text</title> 
    </head> 
<body> 
    I like <b>HTML</b> and <b>CSS</b>. 
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: