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.
- 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