This page is a collection of the usefull tags and html tricks I have found in building this website. Most of it is things I use alot in my writing and want to be able to look up quickly.
Useful Tags
<kbd>
Formats things like a keyboard entry. Use it to show users what to type.
Example: So go type echo "Hello, world!". (Or not.)<code>
Formats things like code. Notice the HTML examples are in this.
Useful Resources
Many of the things I list above I learned from these resources.
- One of many tables of ASCII Characters and HTMl codes, use this to enter characters into a web page without the browser interpreting them as HTML (as in this page).
- A more snazzy reference to the same.
- An awesome web color scheme designer.
- Along the same lines, here is a cool pattern generator that allows you to create css patterns in your browser.
- The Mozilla Developer Network has a ton of cool stuff, including this reference guide to the different HTML codes.