Results 821 - 840 of 885
The
fontcolor()
method creates a
<font>
HTML element that causes a string to be displayed in the specified font color.
The
fontsize()
method creates a
<font>
HTML element that causes a string to be displayed in the specified font size.
The
italics()
method creates an
<i>
HTML element that causes a string to be italic.
The
link()
method creates a string representing the code for an
<a>
HTML element to be used as a hypertext link to another URL.
The
small()
method creates a
<small>
HTML element that causes a string to be displayed in a small font.
The
strike()
method creates a
<strike>
HTML element that causes a string to be displayed as struck-out text.
The
sub()
method creates a
<sub>
HTML element that causes a string to be displayed as subscript.
The
sup()
method creates a
<sup>
HTML element that causes a string to be displayed as superscript.
The entries()
method returns a new Array Iterator
object that contains the key/value pairs for each index in the array.
The keys()
method returns a new Array Iterator
object that contains the keys for each index in the array.
The function*
keyword can be used to define a generator function inside an expression.
The instanceof
operator tests whether an object has in its prototype chain the prototype
property of a constructor.
The super keyword is used to call functions on an object's parent.
The
yield*
expression is used to delegate to another
generator
or iterable object.
The let
statement declares a block scope local variable, optionally initializing it to a value.
The
flashModes
property is an
Array
of strings identifying each of the flash modes supported by the camera. Possible values are
auto
,
off
,
on
or
torch
.