Every piece of text you have ever seen on your screen, that actually stored in a particular character encoding…
This is the first thing to learn about jQuery, If you want an event to work on your page, you should call it…
Redirect all non-www requests to your site to the www version, all you need to do is add the following code to your…
CSS3 introduced a new property background-size that enables you to change the size of background images. That means…
The DOCTYPE declaration, which should be the first item to appear in the source mark-up of any web page, is an…
SASS is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's…
Making a triangle with CSS is a great skill to have available to you, as it gives you one more way to call…
Web developers can define a media type such as screen or print, and specify the look of the content by specifying…
The HTML5 specification has added quite a few interesting and useful tags for structuring your markup. For a…
HTML5 has many new syntactical features, which include the <video>, <audio>, and <canvas> elements…
When a floated element is within a container box, that element does not automatically force the container’s height…