What is HTML and CSS?
Rundown: The easy answer is that html is the language of web pages. In Depth: HTML (Hypertext Markup Language) is a programming language used on the WWW (World Wide Web) in order to create web pages. Web browsers than interpret the HTML and display it so that users are able to view it. HTML is actually a very simple language once the basic concepts are understood. Just remember HTML is a client-side language which means the data is interpreted locally on your computer, not from the server.