To make it a different size, add the "size" attribute:
your text here
At the size="4" part, 4 could be any number between 1 and 7.
To change the color, add the "color" attribute:
your text here
The FF0000 could be any HTML hexidecimal. To see all the color codes, click here: http://w3schools.com/html/html_colors.asp
2007-12-07 07:17:23
·
answer #1
·
answered by ♦♦Phil♦♦ 3
·
0⤊
1⤋
your text here
2007-12-07 07:05:24
·
answer #2
·
answered by searching_please 6
·
0⤊
0⤋
Be aware that the font element is deprecated in xhtml. A better way is to set a class on the text you want to style and use css.
In your stylesheet:
.mytext {
font-family: tahoma;
font-size: large;
color: red;
}
In your markup:
your text here
2007-12-07 07:23:08
·
answer #3
·
answered by daa 7
·
2⤊
0⤋
Thumbs up for Daa, as the only one to point out the font tag has deprecated.
some peoples help is actually a hindrance.
2007-12-07 07:44:34
·
answer #4
·
answered by googledwithonekick 5
·
0⤊
0⤋
[color=blue][size=18]your text here[/size][/color]
You can use any size or type any color and it will pretty much work :-)
2007-12-07 07:06:55
·
answer #5
·
answered by PrincessJ 3
·
0⤊
3⤋
TEXT
TEXT
++ 0THER C0DES ++
SMALL
SMALL
BOLD
ITALICS
STRIKETHROUGH
UNDERLINE
MAKE TEXT UPPER
MAKE TEXT BELOW
COLOR
CENTER TEXT
2007-12-07 07:05:42
·
answer #6
·
answered by jenny04105 3
·
0⤊
0⤋
txt here
and try these too.
http://www.computerhope.com/htmcolor.htm
font color="#2B65EC" or font color:#2B65EC if the other one doesn't work.
good luck
2007-12-07 07:06:58
·
answer #7
·
answered by Anonymous
·
0⤊
4⤋
2007-12-07 07:05:40
·
answer #8
·
answered by Anonymous
·
0⤊
3⤋