Latest web development tutorials

pogrubienie Metoda JavaScript ()

String Object Reference JavaScript String Object

Definicja i Wykorzystanie

Metoda łańcucha pogrubienie () tłustym drukiem.

Metoda ta zwraca ciąg plusa <b> tagu, co następuje:

<B> ciąg </ b>

gramatyka

string.bold()


Pomoc Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Wszystkie główne przeglądarek obsługuje metodę odważne ().


Przykłady

Przykłady

Użyj pogrubiony napis:

<script>

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

</script>

Spróbuj »


String Object Reference JavaScript String Object