General

Explain DOCTYPE html in simple words

DOCTYPE stands for Document Type Declaration. In simple terms, `<!DOCTYPE html>` at the beginning of an HTML document tells the web browser which version of HTML the page is using. It helps ensure the browser interprets the HTML code correctly.

 

It simply means document type