What is HTML? Rundown:
The easy answer is that html is the code that web pages are built with.
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 interpret the HTML and display it so that website visitors are able to
view it. HTML is actually a very simple language once the basic concepts are understood. HTML Help Forum
What is CSS? Rundown:
CSS defines how to display HTML elements.
In Depth:
CSS (Cascading Style Sheets) define how to display HTML elements. They are normally stored in Style Sheets (.css), they
were added to HTML 4.0 to solve a problem. CSS is a breakthrough in Web design because it allows developers to control the
style and layout of multiple Web pages all at once!
For more help see our
HTML Help Forum