英[bɪg] 美[bɪɡ]

adj. Big; important; (plan) huge; generous

adv. Largely; successfully; exaggeratedly; magnanimously

n.tycoon;big company

comparative: bigger superlative: biggest

html big tag syntax

html What does the big tag mean?

Function:Create larger text and present a large font effect.

Note:Using the tag makes it easy to enlarge the font size. It couldn't be simpler: browsers display the text contained between a tag and its corresponding tag as one size larger than the surrounding text. However, if the text is already in the largest font size, the tag will have no effect. Even better, you can nest tags to make the text larger. Each tag makes the font one size larger, up to the upper limit of size 7 text, as defined by the font model. But you still have to be careful when using the tag, because browsers are always very lenient in trying to understand various tags. For those browsers that do not support the tag, it will often regard it as bold. Font labels.

Note:All browsers support the tag.

html big tag example

    Title 
这是放大的字体

Run instance »

Click the "Run instance" button to view the online instance