The Complete WebDeveloper (38 Blogs) Become a Certified Professional

How To Best Utilize Strong and bold tag in HTML?

Last updated on Jun 19,2023 782 Views


This article will introduce you to simple yet a very important and core concept that is Strong and bold tag in HTML. Following pointers will be covered in this article,

So let us get started then,

Strong and bold tag in HTML

Strong Text

This is the text where anything that is entered between  <strong>…</strong> element will be displayed as very important text to the reader. In this <strong> tag the text entered in opening <strong> tag and closing </strong> tag text within these will be mentioned as a important text.

Below giving an example to the <strong> tag.

Moving on with this article on Strong and bold tag in HTML, let us see how these tags work,

Sample Program

<!DOCTYPE html>
<html>
<head>
<title>Strong text</title>
</head>
<body>


 I'm into <strong> Edureka </strong> company. 

</body>
</html>

Output 

Moving on with this article on Strong and bold tag in HTML,

Bold Text

This is the text where anything that is entered between  <b>…</b> element will be displayed as a bold text to the reader. As there is no much difference in these two tags. These strong and bold tags and different but does the same function. To make the particular text in bold or strong form. If any text entered within the opening <b> and closing </b> those texts will be in bold and will let the user know that it is important so it’s in bold. Below showing the example for the bold tag and even you can alter and make it more effective. For more check out this web developer course today.

Sample Program

<!DOCTYPE html>
<html>
<head>
<title>Bold text</title>
</head>
<body>
 I'm into <b> Edureka </b> company. 
</body>
</html>

Output

This brings us to the end of this article on Strong and Bold tag in HTML

Now that you know what is HTML, check out the Web Development Certification Training by Edureka. Web Development Certification Training will help you Learn how to create impressive websites using HTML5, CSS3, Twitter Bootstrap 3, jQuery and Google APIs and deploy it to Amazon Simple Storage Service(S3). 

Check out the Angular Certification program by Edureka, a trusted online learning company with a network of more than 250,000 satisfied learners spread across the globe. Angular is a JavaScript framework that is used to create scalable, enterprise, and performance client-side web applications. With Angular framework adoption being high, performance management of the application is community-driven indirectly driving better job opportunities.

If you want to get trained in React and wish to develop interesting UI’s on your own, then check out the React Certification Course by Edureka, a trusted online learning company with a network of more than 250,000 satisfied learners spread across the globe. Unleash your creativity and design skills with our UI and UX Design Course.

Got a question for us? Please mention it in the comments section of “What is HTML?” and we will get back to you.

Upcoming Batches For Web Developer Certification Training Course
Course NameDateDetails
Web Developer Certification Training Course

Class Starts on 13th April,2024

13th April

SAT&SUN (Weekend Batch)
View Details
Web Developer Certification Training Course

Class Starts on 15th June,2024

15th June

SAT&SUN (Weekend Batch)
View Details
Comments
0 Comments

Join the discussion

Browse Categories

webinar REGISTER FOR FREE WEBINAR
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP

Subscribe to our Newsletter, and get personalized recommendations.

image not found!
image not found!

How To Best Utilize Strong and bold tag in HTML?

edureka.co