August 20, 2008
CSS stands for Cascading Style Sheets. CSS is used within an HTML document to determine how an entire page or web site looks (fonts, headings, background images, etc.). By changing the CSS on one page, you can change the look and feel of the entire site instead of changing the code on each page individually. [...]
Read the full article →
August 19, 2008
HTML stands for HyperText Markup Language. It’s a simple programming language that tells your internet browser how to read your text and display it. For example, if you’d like to make something bold and you are coding your HTML by hand you would type
<strong>make this bold</strong>
and you would see
make this bold
in your browser.
The opening [...]
Read the full article →