Tag: Web Development
-
HTML5: On removing optional closing tags
Firstly, an example of some html… Lovely and semantic. Now, there’s nothing at all wrong with what I’ve written above. This article is all about showing you how there are certain things in your HTML that can be left out, without breaking any part of it. You can actually omit many closing tags and still…
-
CSS… how to use sass and compass: Part Two
Please note: for the sake of brevity, when using sass and compass, I refer to them both as compass. Following on from our previous tutorial, I would like to introduce you to @import. @import is a css feature that will allow you to import stylesheets into one another. For example: This will bring in ‘normalize.css’…
-
CSS… how to use sass and compass: Part One
After listening to Chris Coyier speak about using Sass in CSS, I read up on it and decided to give it a bash myself. And… oh my god… it… is… frickin’ awesome! I love writing CSS anyway, so I wasn’t really thinking about anything to make it easier or quicker (which Sass does in spades).…