<!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>`.