Showing posts with label html bold. Show all posts
Showing posts with label html bold. Show all posts

Thursday, January 11, 2024

bold tag in html

       Html Bold Tag


  1]  bold tag is represented by the  <b> tag.

  2]  html <b> tag  display the written text in bold format.

  3]  html <b> strictly a presentational element. 

          Syntax :-

                 <b>

                   :

                 </b>

 html bold tag :-

     Program           

<!DOCTYPE html>
  <html>
  <head>
    <title>html bold tag </title>
  </head>
  <body>
    <p>
       Hi friends
       <b>  how are you </b> <!-- use the bold tag -->
    </p>
    <h5>I am fine</h5>
  </body>
  </html>


 html bold tag :-

         Output

bold tag in html /output









READ MORE

html audio tag

html aside tag

html date time picker

file upload html

html form input type

html image tag

html login form