Learning HTML



piano My name is Sean Benton and I am a Business Intelligence Engineer for a worldwide Corporation. I work with BI Tools like IBM Cognos, Tableau & Power BI. I also have some experience with SQL Server (SSAS, SSRS, SSIS, SQL and MDX). I have many hobbies, probably too many. I want to learn more about full-stack web design. I always want to learn more about programming. This website is purely for fun and practice. The information will be partial as it will just be there for the sake of putting some content on the page.






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