AidanMontareDotNet

You are on the old part of aidanmontare.net, which I am no longer maintaining. Newer versions of some of this content can be found on the active part of my site, which you can reach from my homepage.

HTML Notes

(last updated

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.