HTML & CSS Concepts
HTML (HyperText Markup Language)
1. Basic Structure
Doctype: Defines the document type and version of HTML. Example: <!DOCTYPE html>.
HTML Element: The root element (<html>) that contains the entire document.
Head Section: Includes metadata, title, ...
abhijeet15.hashnode.dev4 min read