Computers and Technology
HTML/CSS
Alexander’s tutorials on HTML and CSS
CSS: Lesson 1
Sep 21st
CSS Lesson1
CSS is a lot of fun once you start it, the same way PHP is a lot of fun. So here’s what I’ve learned so far.
CSS intro
Sep 19th
Okay, I know this topic is nothing new and you’ve read hundreds of tutorials about it, but for a newbie like me, it’s still fascinating.
CSS = cascading style sheets. Basically, CSS is a compilation of styles and formatting elements you can add to your HTML code such as different fonts, colors, and other. It has replaced older, more traditional tags such as <font> and <align>. The best way to use CSS is to create a separate .css file that you’ll link into your HTML code like this: More >