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
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:
- How can I add a HTML code to My Yahoo homepage?Best solution by Yahoo! Answers
- What is the HTML code to make your web more accurate?Best solution by Yahoo! Answers
- How do I put an html code in a scroll box?Best solution by html.am
- What's the HTML code for a scroll box on top of a picture?Best solution by Yahoo! Answers
- Is there an html code for?Best solution by Google Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.