Question 8
Consider the following HTML/CSS code.
Read the following statements about “index.html” and choose the correct option.
Statement 1: Internal element selector blue will be overridden by ID selector red. Statement 2: Internal ID selector red will be overridden by inline styling green.
Both statements are incorrect.
Both statements are correct.
Statement 1 is incorrect, but statement 2 is correct.
Statement 2 is incorrect, but statement 1 is correct.