Description:
This method causes a string to be italic, as if it were in an <i> tagSyntax:
string.italics( ) |
- NA
Return Value:
- Returns the string with <i> tag.
Example:
<html> <head> <title>JavaScript String italics() Method</title> </head> <body> <script type="text/javascript"> var str = new String("Hello world"); alert(str.italics( 3 )); </script> </body> </html> |
<i>Hello world</i>
+JavaScript +JavaScript Frameworks Links +Javascript Development +JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn +Javascript Problems +JavaScriptOn +javaScript is a creek in West Virginia in the summe
No comments: