Please enable JavaScript.
Coggle requires JavaScript to display documents.
Html Tags - Coggle Diagram
Html Tags
-
-
-
Forms
-
-
<input>: Defines various types of input fields (text, password, checkbox, radio, etc.).
-
-
-
-
-
-
- Number and Range Input Types
<input type="number">: A numeric input that allows only numbers; includes controls for incrementing/decrementing.
-
- Date and Time Input Types
-
-
-
-
-
-
-
- Checkbox and Radio Input Types
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Content Sections
BlockLevel
-
-
-
<article>: Represents a self-contained piece of content (e.g., a blog post).
<aside>: Contains content related to the main content (e.g., sidebars).
-
-
-
Document Metadata
<head>: Contains meta-information about the document, such as title, character set, and links to stylesheets or scripts.
-
<meta>: Provides metadata about the HTML document (e.g., character encoding, description).
-
-
-
-
-