Why should you use the rel="nofollow" tag ? The rel=nofollow isn’t a real meta tag but more of a html description. It is often used on blogs, forums and guestbooks. But it is also possible to use it in your website if you don’t want certain links (intern or extern) to be followed and as …
Daily Archives: January 23, 2013
Box Sizing
The "box model" in CSS works like this: width + padding + border = actual visible/rendered width of box height + padding + border = actual visible/rendered height of box