HTML (HyperText Markup Language) is the standard language for creating web pages.
Every HTML document has the same basic structure:
Page Title
Content goes here
- - Tells the browser this is HTML5
- The root element - Contains metadata (title, character set, etc.) - Contains visible contentCreate a complete HTML document with:
Run your code to see output