____ is a set of instructions that can be embedded into a document to produce specific effects.

A. DOCX
B. HTML
C. Web software
D. Hypertext


Answer: B

Computer Science & Information Technology

You might also like to view...

Software such as: security, antivirus, antispyware, and firewalls fall into what specific category of software?

A) System software B) Application software C) Apps D) Utility programs

Computer Science & Information Technology

What is the value of sum at the end of the given code snippet?

``` var num = 2; var sum = 0; var average = 0; for (var count = 0; count < 3; count++) { sum = sum + num; num++; } average = parseInt)sum/count); ``` a. 9 b. 5 c. 14 d. 12

Computer Science & Information Technology

A Bristle brush is a type of brush that you can create in the ____ panel then use to paint or stroke artwork.

A. stroke B. Fill C. Tool D. Brushes

Computer Science & Information Technology

? In the figure above, the html element is the ____ element of the meta element.

A. child B. sibling C. cousin D. grandparent

Computer Science & Information Technology