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 ____________________ property simply contains the URL of the current HTML document.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: If you want to modify the style
Q19: Case 10-2<br>Peter is fixing some code written
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
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
Q27: Case 10-2<br>Peter is fixing some code written
Q28: The correct code to implement a background