Multiple choice

Can <First> be replaced with <first> and also tell whether both the tags are same or different?

  1. Yes, they represent same elements altogether.

  2. Yes, both are different.

  3. <First> is correct only.

  4. They represent different elements and cannot be replaced.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

HTML is case-sensitive for element names - and represent completely different elements. They are not interchangeable. While some browsers may be lenient, the HTML specification treats them as distinct tags.