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>
-A(n)____________________ in style terminology is just an HTML tag,and once you have identified the one you need to modify,you must make it accessible to JavaScript by assigning it an identifying name by means of the id attribute.
Correct Answer:

Verified
Correct Answer:
Verified
Q33: If a JavaScript event occurs in one
Q34: MATCHING<br>Identify the letter of the choice that
Q35: You can define different style attributes in
Q36: When assigning an id to an HTML
Q37: FIGURE 10-1<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1853/.jpg" alt="FIGURE 10-1
Q39: The correct code to add hyperlink tags
Q40: MATCHING<br>Identify the letter of the choice that
Q41: Within a CSS,the style class is applied,by
Q42: The code below _: < frameset cols="20%,*"><br><
Q43: Case 10-2<br>Peter is fixing some code written