Skip to content

Instantly share code, notes, and snippets.

@coreyhermanson
Last active April 8, 2017 21:38
Show Gist options
  • Save coreyhermanson/a9bf7d1417b4dbd1ae0f7c42937b8846 to your computer and use it in GitHub Desktop.
Save coreyhermanson/a9bf7d1417b4dbd1ae0f7c42937b8846 to your computer and use it in GitHub Desktop.

Web Development CodeBook

Text Formatting

  • <strong> tag is preferred to <b> tag for BOLD
  • <em> tag is preferred to <i> tag for ITALICS
  • <ins> tag is preferred to <u> tag for UNDERLINES
  • sup for superscript
  • sub for subscript
  • del for strikethrough text

Links

  • use relative links on your own website, absolute links for other people's websites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment