|
|
HTML <big> tag
Syntax
<big> - </big>
Definition and Usage
The BIG element renders the text in a large font. BIG is not deprecated, but
it is possible to achieve richer effects using style sheets.
Example
| Source |
Output |
| This is an example of a <big> big</big> text |
This is an example of a big text |
|
|