Solved

Case 10-1 Laura Is Working with JavaScript and HTML to Add Some

Question 21

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions