Mar 12, 2013, by admin
Here I Have Given Some Useful Tips for CSS beginners were given below i hope it will be usefull
class is represented by a dot “.” whileid is a hash ‘#”. In a nutshell id is used on style that is unique and don’t repeat itself, classon the other side, can be re-use.
reset.css resets all fundamental styles, so you starts with a real blank new stylesheets.<Table>, Try <Div><div> to achieve total flexibility in terms of styling. <div> are unlike <table>, where contents are ‘locked’ within a <td>‘s cell. It’s safe to say most <table> layouts are achievable with the use of <div> and proper styling, well maybe except massive tabular contents.It’s always good to get instant preview of the layout while tweaking the CSS, it helps understanding and debugging CSS styles better. Here are some free CSS debugging tools you can install on your browser: FireFox Web Developer, DOM Inspector, Internet Explorer Developer Toolbar, and Firebug.
I hope that the above tips will be useful see you in next post