Tag Archives: tags

The Bad old days of table type HTML are gone .. and it’s the time foR CSS .for those of you who dont know what CSS is .. it is Cascading Style Sheets. CSS is pretty easy to learn if you have some prior knowledge of HTML..

But yet the learning curve for CSS is very steep as it is said .. the main idea of CSS is keeping the design away from the text .. this blog itself is a perfect example for this .. i can very well make the background black or something like that with a very simple code such as 


body {

background: black;

in the CSS file of the style-sheet as it is called .. indeed earlier it used to be included in the HTML file instead. ( Although as much as i want to change this CSS file wordpress asks for 0.04$ per day price for publishing my edited CSS :’( thu WordPress!) .

CSS rocks because global definitions as well as individual styling is made possible with CSS ..

you can very well define a class of objects or just a single object ( give it an “id” ) and style for them … if you observe the source code of this page you will very well know what i mean .. it will be under the style-sheet tag or the <style> tag.

go check it out .. Thats why go CSS today it “simbly” rocks!!

P.S -oh and btw if you are wondering from where to learn CSS check this site out it’s awesome HTML DOG!

Sala kahle!!  ( stay well in zulu if you were wondering .. and people do comment!! )