Multiple Choice
Case 10-2
Peter is fixing some code written by another employee. First he is working on understanding the current code.
< head>
< title>HTML and JavaScript< /title>
< style type="text/css">
h1 {color:red}
h2 {color:blue}
h3 {color:purple}
p {color:black}
< /style>
< /head>
-Peter also concludes that the heading with the largest type will be ____.
A) purple
B) blue
C) black
D) red
Correct Answer:

Verified
Correct Answer:
Verified
Q22: Before you can write JavaScript code that
Q23: Case 10-2<br>Peter is fixing some code written
Q24: If you have a JavaScript event that
Q25: The JavaScript getElementsByTagName()method can be used to
Q26: MATCHING<br>Identify the letter of the choice that
Q28: The correct code to implement a background
Q29: Most document viewers display a visual representation
Q30: The correct code for a horizontal rule
Q31: Whenever you add JavaScript functions to a
Q32: MATCHING<br>Identify the letter of the choice that