- Description
- Tag <FONT> is a package for changing the font characteristics, such as size, colour and typeface. This tag is not supported by all browsers, it is considered outdated and it is recommended to disable its use.
-
<span>РўРµxt</span>
- Closing Tag
- Is optional.
- Parametrs
- Color defines the colour of the text.
- Face defines the typeface.
- Size defines the font size in standard units.
-
The Description of Tag <FONT> Parameters
- COLOR Parameter
- Description
- Defines the colour of the text in the package <FONT>.
-
<span>...</span>
- Arguments
- The colour value can be defined in two ways.
- 1. By its title.
- Browsers support some colours by their titles.
- 2. By hexadecimal value.
- The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.
- Analogue CSS
- color
- Default value
- The colour, defined in the browser by default.
- FACE Parameter
- Description
- FACE Parameter is aimed for defining the type face, which is used for the text.
-
<span>...</span>
- Arguments
- Any number of font titles, which are separated by commas. The universal type families:
- serif – fonts with serif, the Times type; sans-serif – cut fonts (without serifs or grotesque), typical representative – Arial; cursive – italic fonts; fantasy – decorative font; monospace – fixed-pitch fonts.
- Analogue CSS
- Font-family
- The font which is defined in the browser by default.
- SIZE Parameter
- Description
- Defines the font size in standard units from 1 to 7. The norm size is 3 by default.
- Analogue CSS
-
<span>...</span>
- Arguments
- Integer from 1 to 7.
- Analogue CSS
- font-size
- Default value
- 3
- Web forms
- Form creator
- CSS forms
- File upload form


