HTML
HTML🔗
See also my notes on CSS | Markdown
Language🔗
Tags🔗
HTML tag: <tag>Content</tag>
(some don’t require a closing tag)
References
Special Characters - Entities🔗
HTML entities: reserved characters in HTML must be replaced with entities1
Additional
Character | Code | Description |
---|---|---|
␣ | ␣ |
Symbol for a space |
Snippets, templates, etc🔗
- Font
-
Specify font in tag with fallback
serif
1
<div style="font-family: DejaVu Sans, serif;">Example text</div>
-
- overlay
References🔗
- W3C: World-Wide Web Consortium
- CanIUse.com: check feature/code compatibility
- htmlreference.io
- HTML character codes (symbols etc.): e.g.
&