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

like tittle
im really raw at making websites, and i need small font
can anyone tell me how to do it? thanks

2006-10-14 07:00:52 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

You can use the font-size style specification. For example,

. Other reduced size options are x-small and small. You can also use pixel sizes, down to illegibility. "font-size: 1px" will work, though of course you can't read the text.

The tag works too; should be the same as "font-size: xx-small".

2006-10-14 07:33:17 · answer #1 · answered by injanier 7 · 0 0

Download an HTML authoring program such as Nvu (its free...just google it) and you will have much more luck in creating your web page. If you just want the HTML: your text here

2006-10-14 14:08:47 · answer #2 · answered by Anonymous · 0 0

Should use CSS for style on web pages.

wrap text in a span of a really small class you define in a stylesheet.

.smallText {
font-size: 70%;
}


Some words go here.

2006-10-14 21:45:40 · answer #3 · answered by joedag32 2 · 0 0

fedest.com, questions and answers