HTML codes?
I have a problem with HTML codes.
Heres the problem:
I write the text in bold...
BOLDTEXT
and then i want normal text...
NORMALTEXT
and then i want bold again...
BOLDTEXT
But whenever i want to do the normal text between the two bold tekts, it comes out bold... how do i change that?
Public Comments
- <B>BOLD TEXT HERE</B> NORMAL TEXT HERE <B>BOLD RETURNS</B>
- ok to make a sentence bold using HTML script a example sentence would look like this <b>How are you?</b> the<b> is opening the bold.....the </b> is closing it, ending it. so you can bold certain words just like this. How <b>are</b> you? Now the word "are" is bold and the rest of the sentence is regular text. hope this helps..
- I'm just to add, avoid the use of <b> tag, and especially <B> tag. It's bad practice to write HTML using all caps. And <b> is an (almost) deprecated tag. Use CSS styling to make text bold, or if you just want a quickie tag, <strong>text</strong> is a better option, yes it takes some more keystrokes, but <strong> has a semantic meaning, while <b> is a purely stylistical tag, which use is largely discouraged.
- close the tag. <b> i just opened the tag </b> i just closed the tag
Powered by Yahoo! Answers