Latest web development tutorials

() Metode JavaScript bold

String Referensi Obyek JavaScript String Object

Definisi dan Penggunaan

() Metode berani untuk string muncul dalam huruf tebal.

Metode ini mengembalikan string ditambah <b> tag, sebagai berikut:

<B> String </ b>

tatabahasa

string.bold()


Dukungan Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Semua browser utama mendukung metode tebal ().


contoh

contoh

Gunakan tali tebal:

<script>

var str = "Hello world!";
document.write(str.bold());

</script>

Coba »


String Referensi Obyek JavaScript String Object