Web Standards

What does Web Standards mean and how does it affect and benefit you?

Before the web became standardized web designers have had a hard time to make your web page look and act the same in every browser that was out there. This task alone was difficult to accomplish without the proper knowledge and all the time it took to work.

The code that structured many sites before and currently today looked like HTML soup with random nested tables and font tags roaming wild within the HTML file.

However, things are changing... there is now a better way to build your web site.

Enter web standards

Web standards are about separating content from design. This means that your content is held in the HTML file and your design is defined by a special CSS file. This allows the content to be described semantically in the mark-up, rather than being cluttered up with design elements.

This new standard way of designing Web Pages is great for seo (search engine optimization). It is great for seo in the way that a search engine does not have to read all of the design code before it gets to your content. That is good so you can move up in the search engine.

So this:

<font color="#000000" size="24" face="Verdana, Arial, Helvetica, sans-serif"> This is a heading! </font>

Becomes this:

<h3> This is a heading! </h3>

See how much easier it is to read that.

Why should you care?

It is important that your site is being built using web standards because it offers you: