the <b> html tagWebsites by Mark - 7 Woodrush gardens, Carterton, Oxfordshire. OX18 1JE

the <b> html tag
the <b> html tag

The <b> html tag

Overview

To make text bold in HTML it can be done using the <b> tag. The <b> tag is one of the original ways to format text and more recently CSS and other tags have reduced the importance of this tag. It is still a good tag when used correctly. When text is put between the opening and closing <b> tag it is displayed as bold text. The <b> tag can be used multiple times on a webpage and can be nested inside other tags for dramatic effect.

Basic Usage

<b>Some bold text</b>
Any text between the opening and closing tag will be displayed as a large heading.

Advance Usage

It is possible to style and add functionality to the <b> tag, this is done by adding an attribute to after the b in the opening <b> tag
Attributes allowed for the <b>tag include :-class, dir, id, lang, style and title.
In most cases class and id are used and its basic usage is shown below
<b id=”header”>Some bold text</b>
With all attributes there is a space after the initial b then the attribute name, then an equal’s sign and the identifier of the attribute in double quotes.
Both id and class attributes refer to CSS styling of the element and is either stored in the <head> of the webpage on in an external file.
With id this usually refers to a single instance on a page where as class usually refers to a repeating element on a page, it is for this reason for the <b> tag the class attribute is nearly always used over the id attribute although in practice it makes no difference.
The attribute style allows you to include css style information for a single <b> tag.
The dir attribute allows for left reading and right reading text, lang allows you to specify a language for the tag and title allows you to include extra information for a tag.
It is possible to attach scripts to tags, as well adding functionality to a webpage, these scripts tend to be written in Javascript and therefore outside the scope of this document

Examples

<b>Some bold text</b> – basic usage example.
<b id=”header>Some bold text</b> – bold text which is styled by the id header.
<b class=”headerclass”> Some bold text </b> – bold text which is styled by the class headerclass.
<b id =”header” class=”headerclass”> Some bold text </b> – bold text which is styled by the class headerclass and the id header.
<b style="color:#F00">Some bold text</b> – bold text which has a custom colour of red.
<b dir="rtl">Some bold text</b> – bold text where the text reads from right to left.
<b lang="uk">Some bold text</b> – bold text where the language has been tagged as UK.
<b title="ptitle">Some bold text</b> – bold text where the tag has been titled ptitle.

Final Thoughts

Touching on just the surface of the <b> HTML tag it is easy to see how versatile it is. To take full advantage of it an understanding of CSS is an advantage.

Website for £99

Offers

 

Categories

 

Our blog

Some random stories from our blog.

Yell Sites, are they hell sites or are Yell Sites well SEO’d websites

With everyone’s favourite local directory website now offering SEO and marketing for your website, does Yell really have a real world solution or is it style over substance? In this article I will show you what is needed to SEO any webpage, so you can decide. Now let’s be clear about the definition of SEO before we begin. SEO is not marketing and SEO is not copywriting. The only purpose of applying SEO is to increase where your listing appears in Google. Copywriting and Marketing are there to help convert visitors to customers. While it is true that copy can be written that will convert visitors to customers, and will rank well on Google, it is important to decide which is more important for any given page. Is the primary focus to increase visibility on a Search engine on Google or to make use of the natural traffic you already…

Apple to buy Google

The <ul> html tag

The <cite> html tag

The <h1> html tag

© 2011 Websites by Mark. Do not reproduce any part of with website without permission.
Email : mark@websitesbymark.co.uk - Phone : 07716 447228 / 01993 221500
Postal Address : 7 Woodrush Gardens, Carterton, Oxfordshire. OX18 1JE