|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
Bolding text can be very handy, it helps emphasize information on your website, and luckily its one of the most easiest things to do in HTML. How to do it To bold your text, just place a <B> tag ( by the way stands for bold, obviously ) in front of the text you want to turn bold. Then at the end of the line of text you want to turn bold, place an ending </B> tag. Note the / in the ending tag, this tells the browser to stop bolding the text. This is important to add, or else the browser wont know where to stop bolding and bold all the text after the beginning <B> tag. Get it? Good! Example I want to make the words "John's Home Page" bold on my web page. My code would look like this: Seeing this in the browser will look like this: Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |