HTML
Basis for the internet
This is the base code of all websites. There may not be alot of it present in sites now days but it's still a great tool. Html is the basis for the web and linking information together. Everything has to start somewhere and this is where the internet got it's big break.
No Longer for Formatting
HTML used to be used for everything. It made the content visible and told the browser how to format that content to be viewed correctly. Now the formatting is left to a new code called
CSS. HTML is still great for allowing the content to be viewed and it can still tell the browser how to format, but there are somethings it just can't do anymore.