JavaScript italics() Method: String Object
Description
The italics() method is used to display a string as italics, as if it were within an <i> tag.
Version
Implemented in JavaScript 1.0
Syntax
italics()
Parameter
None
Example:
In the following web document italics() method displays a given string as italics. The method produces same output as html : <i>Italics</i>.
View the example in the browser
Pictorial presentation: Output and Page source
Supported Browser
Internet Explorer 7 | Firefox 3.6 | Google Chrome 7 | Safari 5.0.1 | Opera 10 |
Yes | Yes | Yes | Yes | Yes |
See also:
JavaScript Core objects, methods, properties.
Previous: JavaScript indexOf() Method: String Object
Next: JavaScript lastIndexOf() Method: String Object
Test your Programming skills with w3resource's quiz.