Articles tagged: HTML wrapper methods
Found 13 documents
- Web/JavaScript/Reference/Global_Objects/String/anchor The anchor() method creates an a HTML anchor element that is used as a hypertext target.
- Web/JavaScript/Reference/Global_Objects/String/big The big() method creates a big HTML element that causes a string to be displayed in a big font.
- Web/JavaScript/Reference/Global_Objects/String/blink The blink() method creates a blink HTML element that causes a string to blink.
- Web/JavaScript/Reference/Global_Objects/String/bold The bold() method creates a b HTML element that causes a string to be displayed as bold.
- Web/JavaScript/Reference/Global_Objects/String/fixed The fixed() method creates a tt HTML element that causes a string to be displayed in fixed-pitch ...
- Web/JavaScript/Reference/Global_Objects/String/fontcolor The fontcolor() method creates a font HTML element that causes a string to be displayed in the ...
- Web/JavaScript/Reference/Global_Objects/String/fontsize The fontsize() method creates a font HTML element that causes a string to be displayed in the ...
- Web/JavaScript/Reference/Global_Objects/String/italics The italics() method creates an i HTML element that causes a string to be italic.
- Web/JavaScript/Reference/Global_Objects/String/link The link() method creates a string representing the code for an a HTML element to be used as a ...
- Web/JavaScript/Reference/Global_Objects/String/small The small() method creates a small HTML element that causes a string to be displayed in a small ...
- Web/JavaScript/Reference/Global_Objects/String/strike The strike() method creates a strike HTML element that causes a string to be displayed as ...
- Web/JavaScript/Reference/Global_Objects/String/sub The sub() method creates a sub HTML element that causes a string to be displayed as subscript.
- Web/JavaScript/Reference/Global_Objects/String/sup The sup() method creates a sup HTML element that causes a string to be displayed as superscript.