<BIG> Tag & its Attribute
HTML Tag <BIG>
<BIG> Indicates that text display in a larger font.
Attribute of <BIG> Tag
ID
Assigns a unique ID selector to an instance of the <BIG> tag. When you then assign a style to that ID selector, it affects only that one instance of the <BIG> tag.
<BIG ID="rem">REMINDER:</BIG>
Eat 5 servings of fruits and
vegetables every day!
Possible Values
ID name that you define.
STYLE
Specifies Style Sheet commands that apply to the contents within the <BIG> tags.
<BIG STYLE="background: red">
Possible Values
CSS Property with value.
TITLE
Specifies text assigned to the tag. You might use this attribute for context-sensitive help within the document. Browsers may use this to show tool tips over the text inside the <BIG> tags.
<BIG TITLE="Bigger">
Possible Values
Any text message.