Learning HTML



piano My name is Sean Benton and for the last 28 years, I have been a Data Engineer/Platform Administrator for a worldwide Corporation (Apparel). I specialise in Power BI and IBM Cognos analytics. I also have experience with SQL Server BI Stack and Tableau. Just for fun, I want to learn more about web coding (html, css, javascript, PHP, python etc.). This website is purely for fun and practice and so is not intended to look polished and finished. The information will be partial as it will just be there for the sake of putting some content on the page and there will be broken links.






Experimental Stuff

This site is where I am learning about html, css, php and javascript. also Bootstrap

h1 to h6 are headers. It is recommended to use these in sequence.This is how to emphasise text.

&amp gives a & symbol. There are more special characters

It is recommended to use tags to make the webpage semantically correct. Header, Main, Footer, Article, Section etc...



Lists

Unordered List

Ordered List

  1. item1
  2. item2
    1. item2.1
    2. item2.2
    3. item2.3
  3. item3

Description/Definition List

dt = term
dd = definition
  • item2.1
  • item2.2
  • item2.3
  • item3