lol its B for Bold and I for italics dont combine them in the same tag.
'bolditalic'
so the start of the tag (the ) goes before the word and the end part or closing tag( ) goes after the word. Basically your telling the browser what to do with that word inserted in the middle
Burgess3334:
If you're still confused, this string (but without the spaces) turns bold text on:
< b >
(Everything that follows the string will be bold until you turn bold text off with this string (omitting the spaces):
< / b >
Replacing 'b' with 'i' or 'u' turns italics or underlining, respectively, on or off.
thanks everyone who commented, have tried it out and surprise, it works. My problem was that I was testing it prior to contacting you on e-mail, but it doesn't work on e-mail
If you want to try it all out you can try code out in a notepad file and place < html > at the top and < /html > at the bottom. Save the file as index.html and view it in internet explorer. You can mess around with the coding with desired tags, its quite fun for about 10 mins then you get bored lol