Short Answer
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>
-The term ____________________ simply means to display with the proper attributes applied.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: One good example of a popular document
Q15: The getElementById()method accepts a single parameter that
Q16: The code below shows an id _
Q17: Referring to the code below,the file that
Q18: If you want to modify the style
Q20: As a general rule,you need two lines
Q21: Case 10-1<br>Laura is working with JavaScript and
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