Question: Given the following HTML code: pFirst/p p> Second /p p Third / p Which text will have a red font color as a result of
Given the following HTML code: pFirst/p p> Second /p p Third / p Which text will have a red font color as a result of the following code segment? let theNode = document. getElementsByTagName ("p'); theNode [3]. style.color = "red"; First Second Third All three will have a red font color None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
