JavaScript String big() methode
Definitie en gebruik
De methode big() in JavaScript is verouderd.
Avoid using it.
It may stop running at any time in your browser.
big()
The method returns the string embedded in the <big> tag:
<big>string</big>
HTML5 does not support the <big> tag.
Syntax
string.big()
Parameters
No parameters.
Return value
String embedded in the <big> tag.