English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

ok well i know how to do html colors now but how would you do sizes?

2006-08-10 14:08:03 · 5 answers · asked by ♥Texas Girls Do it Better!!!♥ 1 in Computers & Internet Programming & Design

5 answers

That really depends on how you did the colors and other factors. If this is a my space question you probably want to use CSS commands and add the font-size parameter for use in the specific divisions.

2006-08-10 14:20:48 · answer #1 · answered by Interested Dude 7 · 0 0

tags were out obsolete when HTML 4 came out in 1997. They only work now in browsers that use "Quirks Mode" for poorly writtend code. Properly you should use CSS (cascading style sheets) to address style issues, and only HTML for content.

Do a web search on CSS and you will find plenty of tutorials.

CSS is much better than old HTML 3.2 font tags. And it works on all browsers on all platforms. Don't ever thing what your code does in IE will be the same in Firefox or Mac's Safari.

Here is a css in-line style.

My Heading


Now is the time for all good men to come to the aid of their country.

2006-08-10 15:50:06 · answer #2 · answered by LorettoBoy 4 · 0 0

makes size 4 text
makes size 2 text
makes size 1 text

2006-08-10 14:13:50 · answer #3 · answered by . 5 · 0 0

http://www.htmlhelp.com/reference/css/font/font-size.html

2006-08-10 14:14:12 · answer #4 · answered by fwrs 2 · 0 0


A


B


C

2006-08-10 14:31:53 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers