<!DOCTYPE>

Term side of the Card
Topic: Basics
Unit title: <!DOCTYPE>
Categories: Declaration
Explanation side of the Card

Explanation: The declaration at the beginning of an HTML document that tells the browser what version of HTML is being used. It ensures that the document is rendered correctly in different browsers. The only actual doctype that is necessary to know is `<!DOCTYPE html>`.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub