What is CSS?


CSS stands for Cascading Style Sheets. It is a languague used to describe the presentation (look and formatting) of your your mobile web page app. It is a much easier, managageable and efficient way to to spruce up your web pages versus using straight HTML.

Why CSS Is Important To You

Web pages written in HTML, are much easier to write if you don't have to worry about formatting for presentation. CSS basically enables the separation of your web page content or text (written in HTML) from the web page's presentation attributes like; layout, image backgrounds, colors, borders, font-sizes, etc..

This separation improves content accessibility and allows you the freedom to be more flexibile by allowing the control in the specification of presentation characteristics to a separate area of the document, or in the case of our Easy Editor, a separate file altogether. This also helps insure you pages will look presentable on mobile devices.

How It Helps You

By putting all your presentation requirements into one separate file instead of your actual page's content, their is less likeliness you'll accidently remove formatting while editing your page. The repetitive formatting of presentation elements would obviously be more error prone if you had to worry about the consistency of similar element characteristics within the web page.

The Efficiency of CSS

If you have to state different presentation or behavioural characteristics within every location of every page, you would end up with a much larger web page. This means slower load times for visitors viewing your pages, something most mobile users will not tolerate. This translates into lost potential customers since the average visitor to your site will wait only a few short seconds for your page to load.

Transferring Your Site

Because we can easily define all your websites presentation characteristics within a single file or 2, we can afford to do so with much less cost. This is passed on to you along with an undoubtly faster website as well.