Monday, December 6, 2010

RSHTML - Really Simple HTML

The majority of my pages on my website was to follow a coding schema that I call RSHTML or "Really Simple HTML". The reasons for this are many-fold.

  • It was quick to "cobble" a page together.
  • Search Engines will know where to find things.
  • There are many web developers out there that are much better at the fancy stuff than me!
  • For what I want to achieve I don't need to overcomplicate things.
Apart from a few bits of JavaScript, most notably the code to display the modification date of the page, the code comprises of only a few tags:
  • The obvious HTML HEADER TITLE and BODY tags
  • <  p > and  < /p > paragraph tags
  • <Hx> Heading tags
  • <a> and </a> Anchors (HyperLinks)
  • and line breaks <br>

No comments: