'bold()' Example : bold « Javascript Methods « JavaScript Reference

'bold()' Example

    
<html>
<body>
<button onclick="var myS = new String('www.java2s.com'); 
                 document.write('www.java2s.com'+myS.bold());">make string bold</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'bold()' Syntax, Parameters and Note
2.'bold()' is applied to