Code | Description |
---|---|
<!DOCTYPE html> | Defines the document type as HTML5 |
<html> | Defines the root element of an HTML page |
<head> | Contains metadata and document-level settings |
<style> | Defines the inline CSS styles for the document |
</style> | Closing tag for the inline CSS styles |
</head> | Closing tag for the head section |
<body> | Contains the visible content of the HTML page |
</body> | Closing tag for the body section |
</html> | Closing tag for the HTML root element |
HTML code snippets
May 13, 2023