Note: Before we begin...we must know HTML...So read earlier posts if you don't know HTML...
So lets begin with CSS..
OK What is CSS ?
And thus in HTML 4.0 all formatting could be done in a separate CSS File...
CSS files are stored in .css extensions and can change the looks of all pages in website by just changing the code in this CSS file...
From the next post we will start working with CSS!!!
Assignment N0#1
Make a Table In HTML showing the name of book,its price,and books in stock..
There must be at least 5 books in the list!!
Note:Don't try to google the answer..This may not improve your knowledge..
The Answer will be posted after 48 hrs!!!
So lets begin with CSS..
OK What is CSS ?
- CSS stands for Cascading Style Sheets
- CSS defines how HTML elements are to be displayed
- Styles were added to HTML 4.0 to solve a problem
- CSS saves a lot of work
- External Style Sheets are stored in CSS files
And thus in HTML 4.0 all formatting could be done in a separate CSS File...
CSS files are stored in .css extensions and can change the looks of all pages in website by just changing the code in this CSS file...
From the next post we will start working with CSS!!!
Assignment N0#1
Make a Table In HTML showing the name of book,its price,and books in stock..
There must be at least 5 books in the list!!
Note:Don't try to google the answer..This may not improve your knowledge..
The Answer will be posted after 48 hrs!!!
Comments
Post a Comment