<big>
HTML <big> Tags - HTML5 Not supported
Instance
<!DOCTYPE html> <html> <body> <p>This text is normal.</p> <p><big>This text is bigger.</big></p> </body> </html>
Run instance»
Click the "Run instance" button to view the online instance
Browser support
All All major browsers support the <big> tag.
Tag definition and usage instructions
HTML5 does not support the <big> tag. Please use CSS instead. The
<big> tag is used to make larger text.
Tips and Notes
Tips: Use CSS to specify text size in the document.
Differences between HTML 4.01 and HTML5
HTML5 does not support the <big> tag, HTML 4.01 supports the <big> tag.
Standard attributes
In HTML 4.01, the <big> tag supports the following standard attributes:
Attributes | Value | Description |
---|---|---|
class | classname | Specifies the class name of the element |
dir | rtl ltr | Specifies the text direction of the content in the element |
id | id | Specifies the uniqueness of the element id |
lang | language_code | Specifies the language code of the content in the element |
style | style_definition | Specifies the inline style of the element |
title | text | Specifies additional information for the element |
xml:lang | language_code | Specifies XHTML The language code of the element content in the document |
For a complete description, please visit the standard properties.
Event attributes
In HTML 4.01, the <big> tag supports the following event attributes:
Attributes | Value | Description |
---|---|---|
onclick | script | When the mouse is clicked Execute script |
ondblclick | script | Execute script when the mouse is double-clicked |
onmousedown | script | Execute script when mouse button is pressed |
onmousemove | script | Execute script when mouse pointer moves |
onmouseout | script | Execute the script when the mouse pointer moves out of an element |
onmouseover | script | When the mouse pointer hovers over Execute the script when on an element |
onmouseup | script | Execute the script when the mouse button is released |
onkeydown | script | Execute script when the keyboard is pressed |
#script | Execute script when the keyboard is pressed and then released||
script | Execute script when the keyboard is released