0

In modern HTML, is there a purpose to having a Doctype tag to start an HTML page? I'm wondering because when I add or remove it, nothing changes.

1 Answers1

-5

It helps the browser render the code correctly.

intboolstring
  • 6,891
  • 5
  • 30
  • 44