Essential HTML5 tags and structure for web developers.
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| HTML5 Doctype |
|
Declaration at the top of every page. |
| Base Element |
|
Specifies base URL for all relative URLs. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Description |
|
Summary for search engines. |
| Charset |
|
Standard character encoding. |
| Viewport |
|
Mobile optimization. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Line Break |
|
Simple line break. |
| Span |
|
Generic inline container. |
| Abbreviation |
|
Tooltip for abbreviations. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Audio |
|
Embed audio files. |
| Picture |
|
Responsive image wrapper. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Select |
|
Dropdown list. |
| Textarea |
|
Multi-line text input. |
| Checkbox |
|
Toggle selection. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Description List |
|
Glossary style list. |
| Table Group |
|
Semantic table parts. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Main Content |
|
The primary unique content. |
| Article |
|
Self-contained content piece. |