Which of the following JavaScript statements will correctly write the XHTML to display a paragraph with the text "Items for Sale" in bold?
A) document.writeln("Items for Sale".bold());
B) document.writeln("Items for Sale"", bold());
C) document.writeln("Items for Sale".bold(), "");
D) document.writeln("","Items for Sale".bold()", "");
D
Computer Science & Information Technology
You might also like to view...
In order to perform a network installation of Windows, which of the following must be supported by the computer's network interface card?
a. PnP b. PCI c. PXE d. PCL
Computer Science & Information Technology
To protect yourself against violating copyright, find and use materials that fall under the ____.
A. public domain B. private sphere C. independent range D. creation space
Computer Science & Information Technology