Learning CSS, Part 3

In Parts 1 and 2 we learned what Cascading Style Sheets are and what the proper syntax is. In Part 3 we are going to provide some color to our web page. The colors you use on your web site are displayed by combining red, green, and blue using the RGB (0 to 255) or […]

Learning CSS, Part 2 – Syntax

Welcome to Part 2 of the Learning CSS series. In Part 1, we learned what CSS is and how we can use it in our own web site. In this article we are going to touch on the basic syntax of CSS. HTML has tags, CSS has a selector and one or more declarations. Selectors […]

Learning CSS, Part 1

So, what is Cascading Style Sheets (CSS)? Basically, CSS is a way to add styling to your web page/website quickly and easily. Please note, the best approach to using Cascading Style Sheets is that the CSS styling should be placed in a separate file, typically named style.css. The benefits are: Place one line of code […]

How To Build a Web Site

In our first article we have created your first web page and now we are going to move on to building a web site. Introduction You probably know what a website is. You surf the web everyday to get your news, do some shopping, etc. But just in case, websites are numerous web pages that […]

Basics of Building a Web Page

First things first: We will be creating our first web page fairly quickly. But, we just need to quickly cover a few things first. There are, basically, three ways you can create a web page: 1. By using a template or CMS (Content Management System) 2. By using an HTML editor like FrontPage or Dreamweaver […]