10 Cool Things HTML Tags Can Do
At the moment there are a total of 142 HTML elements standardized by W3C excluding the ones in the initial phases of standardization and those that we…
At the moment there are a total of 142 HTML elements standardized by W3C excluding the ones in the initial phases of standardization and those that we…
I still remember in the early 2000s when playing rich media (audio and video) online came with a lot of constraints. It’s easy to take the beginning…
Using a button is, so far, the preferred way to interact with an electronic stuff; such as the radio, TV, music player, and even a smartphone that has…
A truly open and inclusive web needs technologies that allow disabled users relying on assistive technologies to enjoy dynamic web content and modern …
HTML5 comes with a bunch of new elements with more to be recommended in the future. However, there are some elements that might be a little confusing …
Websites are built with a series of links, pointing to pages and sources like images and stylesheets. There are two ways to specify the URL that links…
Let’s say you were building prototypes for a website with HTML files. You have about 10 HTML pages or so, and these pages share some common componen…
Brush up on your CSS knowledge with this guide to terminology. From selectors to specificity, learn the basics of CSS and improve your web design skil…
A while ago I showed you how to create RSS feed logo with CSS3. I figured it’d be fun creating something a little bit more complex. In today’s pos…
With all the new features in CSS3, we are now able to build image-less websites. In the past, the use of image was inevitable when it comes to showing…
CSS3 is really powerful. It used to be that we need images or a bunch of JavaScript codelines to make a simple transition effect. Nowadays we can do t…
If you carefully plan the structure of your HTML documents, you can help computers make sense of the meaning of your content. Proper syntax is importa…