What do HTML and CSS stand for? Well HTML - hyper-text-markup-language is what creates
the content on your webpage. It does all the writing and basic functions such as buttons and pictures.
to see this website in plain HTML click here.
CSS however
is cascading-style-sheets, it's what gives your website a background and a special font or
size of picture. It's basically the style that changes it from plain black and white text
to this... All the HTML you write is surrounded by <html> tags. The CSS in <style>
tags. And eventually when you come to learn about it the java-script in <script> tags.
In my next post you will be learning your first CSS.