Mind blowing SEO improving and Google rank increasing Signature Rotator SEO Tool.
HTML bold tag
Tags:
None
How to make a word or a portion of the sentence to stand out from the rest of the text?
Quote:The HTML5 specification redefines b and i elements to have some semantic function, rather than being purely presentational. However, the simple fact that the tag names are 'b' for bold and 'i' for italic means that people are likely to continue using them as a quick presentational fix.
Quote:You should not use b and i tags if there is a more descriptive and relevant tag available. If you do use them, it is usually better to add class attributes that describe the intended meaning of the markup, so that you can distinguish one use from another.
This will explain more. http://www.w3.org/International/question...and-i-tags
<strong>text</strong>
You can use font-weight to create bold effect!
{font-weight: normal;}
{font-weight: bold;}
{font-weight: 400;}
{font-weight: 700;}
400 is the same as normal
700 is the same as bold
{font-weight: normal;}
{font-weight: bold;}
{font-weight: 400;}
{font-weight: 700;}
400 is the same as normal
700 is the same as bold
How about using this code for bold effect
Code:
[b]text you want to make bold goes here[/b]
Similar Topics:
User(s) browsing this thread: 1 Guest(s)