Anglais [b??ld] Américain [bo?ld]
adj.évident, accrocheur?; courageux, intrépide
n;
méthode javascript bold() syntaxe
Fonction : est utilisé pour afficher les cha?nes en gras.
Syntaxe?: stringObject.bold()
méthode javascript bold() exemple
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script type="text/javascript"> var str="Hello world!" document.write(str.bold()) </script> </body> </html>
Exécuter l'instance ?
Cliquez sur le bouton ??Exécuter l'instance?? pour afficher l'instance en ligne