html help...?
can someone please give me the html code for font codes. I need the size of the font to be 5 and I need the color to be black and style bold. Any help would be great.
Thanks so much! I suck with html, I need the handicap training wheels!
Public Comments
- If you want to set the font size you use the <font> tag and then you set the size with "size". Example <font size="5">. For the color you use "color", example <font size="5" color="black">. That is the syntax, this is a full example: <font size="5" color="black">text</font>.
- Do it in CSS. <p style="font-size: 5px; color: black; font-weight:bold;">the text</p> Or plain HTML <font size="5" color="black"><strong>the text</strong</font>
- You can just use ms frontpage and copy the codes.
- If I remember correctly: <font size=5> <FONT color="000000"> <B>
- example <font family="Verdana, Arial, Sans-serif" size="5" color="black" ><b> Hello </b></font> for more code, just go to http://gotomy.com/code.html for more html codes...
- to set the font SIZE, do <font size=" and then type a font size, or +1,+2,+3,+4,-1,-2,-3,-4. to set the font COLOR, do <font color=" and then type the color number or the color name itself. for example, for a brick red color, you can type <font color="#C11B17"> or <font color="brickred"> sorry, that's all i know. but i'll try to find out more.
Powered by Yahoo! Answers