CSS The Basics - IDs and Classes
Css
Cascading Style Sheets
Two types of style sheets: Internal and External
Internal - You insert your style code right into your html code. These stylesheets should only be used if you are intending to create a specific page with a specific style. If you want to be able to make global changes to your […]
Using CCS to Eliminate Tables
If you look at a traditionally designed web page, you are likely to find number of tables in the layout. Tables were earlier used only for displaying information in a tabular form. But web site designers soon started using tables for other applications such as showing images, graphics and other decorations.
My own […]
CSS - Maximum benefits
What is CSS?
CSS is a simple file which controls the visual appearance of a Web page without compromising its structure. Using CSS we can control our font size, font color, link color and many other attributes on our web page. This will make our HTML code much more readable and the page size […]
CSS Print Media Tutorial
So you’ve made yourself a cutting edge web page. What next ? Well maybe you want your visitors to be able to print pages in a certain style. Heavy graphical content can be removed, background colour changed and navigation items removed, infact anything to make a printer friendly version of your page. All […]
Introduction To Cascading Style Sheets
CSS (Cascading Style Sheets) have been around for a while now,and act as a complement to plain old HTML files. Style sheetsallow a developer to separate HTML code from formatting rulesand styles. It seems like many HTML beginnersÂ’ under-estimatethe power and flexibility of the style sheet. In this article,IÂ’m going to describe what cascading style […]
CSS The Basics - IDs and Classes … Correct
Css
Cascading Style Sheets
Two types of style sheets: Internal and External
Internal - You insert your style code right into your html code. These stylesheets should only be used if you are intending to create a specific page with a specific style. If you want to be able to make global changes to your […]