Archive for the 'Website Design' Category

Getting into css

Once you get used to css you will never use another table again! It’s hard kinda to make the change but it really is for the better. You can do more with less code and keep your design separate from your content.
Here is a good article on changing to css

Read Full Post »

Introduction to CSS

What You Should Already Know
Before you continue you should have some basic understanding of the following:

HTML / XHTML

What is CSS?

CSS stands for Cascading Style Sheets
Styles define how to display HTML elements
Styles are normally stored in Style Sheets
Styles were added to HTML 4.0 to solve a problem
External Style Sheets can save you a lot of […]

Read Full Post »

HTML Elements

HTML documents are text files made up of HTML elements.
HTML elements are defined using HTML tags.

HTML Tags

HTML tags are used to mark-up HTML elements
HTML tags are surrounded by the two characters < and >
The surrounding characters are called angle brackets
HTML tags normally come in pairs like <b> and </b>
The first tag in […]

Read Full Post »

What is an HTML File?

HTML stands for Hyper Text Markup Language
An HTML file is a text file containing small markup tags
The markup tags tell the Web browser how to display the page
An HTML file must have an htm or html file extension
An HTML file can be created using a simple text editor

Do You Want to […]

Read Full Post »