Articles on HTML/CSS
- The Three Principles of HTML Code Optimization
Excerpt: Just like spring cleaning a house, the html code of your web pages should get periodic cleaning as well. Over time, as changes and updates are made to a web page, the code can become littered with unnecessary clutter, slowing down page load times and hurting the efficiency of your...
- Printing and Sending: the Two Things Users Want to Do
Excerpt: There's something you have to realise about the way users interact with articles. To put it simply, they don't just want to read them: they also want to print them out, and send them on to their friends, family and colleagues. If you can make it easier for them to...
- Cascading Stylesheets: 5 Reasons To Use CSS
Excerpt: Cascading Stylesheets has become more and more important in today's webdesign. But before you decide to get started using CSS you should know why CSS is so important and what its advantages are. 1. The content is separated from the design Because you are...
- Creating Rollover Effect Using CSS List Menus
Excerpt: Ever seen those fancy links where they change the appearance as soon as you place your mouse cursor on them. See a simple example of a rollover effect here. The CSS definition of this simple example goes like this: == Code begins == <style> ...