Skip to content

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

HTML Characters Entities cheatsheet (QuickRef.ME)

Additional

Character Code Description
&blank; 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>
      

References🔗