The Designing of a web page consists of :
1. HTML
2. CSS
HTML:- HTML is introduced in my earlier posts.
CSS:- CSS actually stands for Cascading Style Sheet. As the name describes, It has something to do with the Style. CSS is acually used to Style your HTML codes.
e.g.:- If you want to color your text as i did here, you will have to write in your CSS:
{color:#ffffff} or { color:white}
By this way we can actually style our html codes. OK.. Wait for More Posts...
Thanx..