HTML explained
HTML (Hyper Text Markup Language) is the basic building block that makes up a web site. The Internet was originally designed as a way for scientists to pass tables of data to each other and HTML is a great way of achieving this. However, for more sophisticated designs, HTML is used in conjunction with other programming languages.
We can use HTML to build a web site's basic structure, then utilize another technology to make it more functional or look better.

