Posted in css on Jul 6th, 2007
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 »
Posted in css on Jun 28th, 2007
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 »
Posted in HTML on Jun 27th, 2007
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 »
Posted in HTML on Jun 27th, 2007
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 »