The older way is by using the <font> tag
<font face = "courier new" size="3" color="red"> Sample text</font>
All text that is entered between the above two tags will be of type courier new, size 3 and color red.
However, generally people are no longer encouraged to use the font tag and instead to use CSS to do it. That involves using styles. The way you would do what is above would be something like this, with the example using a style in the span tag:
<span style="font-family: 'courier new'; font-size: 12pt; color:red;"> Sample text</span>
<FONT style="FONT-WEIGHT:normal; FONT-SIZE:85pt; COLOR:#Blue; LINE-HEIGHT:100pt; FONT-FAMILY:Georgia; LETTER-SPACING:-15px"> TYPE FONT HERE </FONT> use this HTML, you can change the size of the text by changing the font size in the HTML
type w3schools on google and go on their website. you should learn there .
The font type is what it looks. There are quite a lot of them. Font size is the size of them.
type your post click the 'html' button. between the texts you want change the font size, type: <big> the text you want to change </big> to make it bigger, just add the <big> </big> many times, between the text... :)) It is MUCH easier to just change the font size - click the "html" button and change the font-size option eg? "font-size: 20px" look for this bit - and change the number - in this case 20 to whatever size you wish, (make sure you don't lose the px)
Web font helps to change the font of the content in a web page. It can be used to style the page in the website.
To change the font on myspace you type: <font face="type your font here"> *type your font here - like, arial or century gothic etc. don't forget to end it with </font>
To change the font of a display name on Quotev, copy other text that has the font you want to use and paste it into the box for your display name. Then type over it to change the text to your display name. The new font will stay applied when you change the text.
well,in order to change the color of your font in friendster comments,, you must use the HTML properties.. just like this one.. <font color="white">your comment here</font> just try this..
To change the font size on your homepage, you can either edit the HTML code of your page or use the CSS font-size property. For example, you can add a style element to the element of your HTML page, such as: body { font-size: 16px; } This will set the font size to 16px for the entire page. You can also use the font-size property in your CSS stylesheet to set the font size for specific elements. For example: h1 { font-size: 20px; } This will set the font size for all elements to 20px.
font size = <span style="font-size: ??pt;">.....</span>-put number size where ? appear font colour = <p style="color: ????;">....</p>-put name/code of colour where ? appear
to change the way the type looks
you type the code and create the website, and the code designes the size, color, font, etc.