How to make text bold in HTML

 

Write a program to make text bold in HTML

Name of Program - Program to display marquee from down direction.

Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.

Code Input- 

<!DOCTYPE html>

<html>

   <head>

      <title>Bold Text Example</title>

   </head>

   <body>

      <p>The following word uses a <b>bold</b> typeface.</p>

   </body>

</html>

Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc

Code View - 

The following word uses a bold typeface.

No comments

Plz.... Don't enter any spam message