What's the HTML code for?

Whats the HTML code for font sizes?

  • Answer:

    You could also do it using CSS, since the <font> tag is deprecated as of HTML 4.01. <span style="font-size: 100%;">your text</span> You can add the style attribute to almost any HTML tag. Adjusting the % above or below 100% will make your text larger or smaller. You can also specify the size in a number of ways besides percentage, such as point size: <span style="font-size: 12pt;">your text</span> Height in pixels: <span style="font-size: 10px;">your text</span> And several other ways (see the source below for details).

Booyah! at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

<fontsize=8>your text</fontsize>

NYGirl

<font size=8>your text</font>

cool _ sim

<size=n></size> n= size of number 1 through 5 generlly.

acklan

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.