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:

Post a Comment

Please do not enter links that are just promoting your own website or ones to those that you are shilling.
Comments with hyperlinks (that are not relevant to the original post) will be re-posted or deleted.
Sorry, this is to discourage "blog spam"