Multiple Choice
Case 10-1
Laura is working with JavaScript and HTML to add some functionality to her Web site. She needs to add id attributes to her < div> and < td> tags.
-The correct snippet of code Laura should use to add the id "MessageText" to a < div> tag is ____.
A) < div id="MessageText" style="color:black">
B) < id> < div="MessageText" style="color:black">
C) < id div="MessageText" style="color:black">
D) < div>< id="MessageText" style="color:black">
Correct Answer:

Verified
Correct Answer:
Verified
Q16: The code below shows an id _
Q17: Referring to the code below,the file that
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
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