When one does programming, one wants fast access to the function definitions, attribute descriptions, all the available options, info, etc. Trying to code something without the documentation is like trying to write a C++ or MFC program without the MSDN library. In short, that means impossible.
Likewise, don't CuSS CSS when you need to tweak your template, for complete online documentation is handily available at w3schools.com - for every web element that you can tweak, there are handy Try-It! pages for you to tweak and update to see the effects of your changes on-the-spot.
Today, we're talking about CSS inline style definition, internal and external stylesheets. inline: <tag style="..."> within the tag itself internal: <style> ... </style> between the <head> tags external: most commonly seen, defines everything in a file separate from the HTML file, and can be reused by different HTML files.
Page 2 talks about removing the browser's default formatting settings,
Page 3 talks about making your pages standards compliant and all-browser friendly,
Page 4 talks about specifying your id and class selectors,
Page 5 talks about specifying our own custom settings to override the browser's defaults that we have just cleared off in Page 2.
So there we have it, quick reference whenever questions about these aspects pop up in one's mind...
Chinese Dictionary S...
Wow.. will download and try! XD
First Steps after in...
re: XAMPP vs. WAMP - I am not sure ...
MySQL database Chara...
Just to add to the article - to those...
First Steps after in...
XAMPP vs. WAMP - Thanks for sharing t...
MySQL database Chara...
Not only Joomla, everything else sho...