Categories: HTML tags

HTML b tag

HTML <b> tag is used to project the importance of the text by simply making it bold. As per the new specifications in the HTML5 <b> is the last recommended tag for use. First of all <H1> to <H6>, <em>, <H1>, <strong> and then use of <mark> is the right criteria for using this tag


Note : Check how HTML tags distinguish themselves with their tag names only like <head>, <title>, <body>, <html> tags.

HTML B tag Example and Syntax

Currently all major browsers support this HTML b tag.





Read this normal text

See the difference in the bold text.


Default <b> tag CSS


b {
font-weight: bold;
}


Difference Between HTML 4 and HTML 5

There are no major changes with b tag now considered the lowest among the text highlighting.


Tip : Using CSS ‘Font-Weight property’ bold text also have the same effect as <b> tag.

HTML B tag – Global Attributes

HTML b tag support all HTML global Attributes


Html b Tag not working

All major browser still supports it complete 100% so until there are recommended CSS changes b tag will hold its CSS behaviour for changing the font weight value.
If there are still issue you can add custom CSS with importance in the last CSS line

1.First Method: Add CSS in the last line

b { font-weight: bold ;}

2. Add in-line CSS same values then as per the reference the HTML b tag will hold its value.


HTml b tag depreciated?

HTML b tag is still not depreciated and used across all major platforms but their use has somehow been reduced with strong tag being given more authority.


admin

Recent Posts

What Is a Progressive Web App? Why Would You Need One?

App usage is growing steadily without showing any signs of slowing down. Hence, it is no surprise that mobile applications…

11 months ago

7 Most Popular Paid Online Advertising Strategy

As the world has grown more digital, businesses have adapted themselves. An effectual adaptation includes online advertising. Offline advertising styles…

1 year ago

The Importance of User-Centered Design in Mobile App Development

Step into a world where apps dance to the user's tune. Picture Instagram, a photo-sharing sensation that swept the globe.…

1 year ago

Healthcare Mobile App Development: A Complete Guide for Founders

COVID-19 has led to a digitalization of lifestyle. As patients are taking their mental and physical health more seriously, healthcare…

1 year ago

Exploring Diverse WordPress Theme Niches: A Comprehensive Guide

Introduction WordPress, an immensely popular content management system (CMS), powers over 40% of the internet. What makes WordPress even more…

1 year ago

8 Awesome Blog Content Ideas for Movers to Skyrocket the SEO

For moving companies trying to capture their market share amidst stiff competition, a tip or two about what they can…

1 year ago