Edit Web Content with HTML5 Contenteditable Attribute
One of the new features in HTML5 that attracted me is the native front-end editor. This feature is commonly applied in Content Management Systems to e…
One of the new features in HTML5 that attracted me is the native front-end editor. This feature is commonly applied in Content Management Systems to e…
One of my favorite new pieces in HTML5 is the ability to add Placeholder Text easily. The placeholder text is the grey text that you find in an input …
Today we are going to continue our discussion on CSS3 Gradients. In the previous post we’ve showed you how to create Linear Gradients. This time we …
Forms are found everywhere on websites. Facebook, Twitter, Google — just to name a few — require us to log into or register to the site through a …
In general, people will lose track when reading extremely long content. That is why, in print media like magazines and newspapers, the content is divi…
HTML5 brings many features and improvements to web forms, there are new attributes and input types that were introduced mainly to make the lives of we…
Not so long time ago, when we create a box in a web page, let’s say with a div, we specify 100px for both the width and the height, followed by padd…
One thing that I love about CSS3 is is the new addition of selectors that allow us to target elements specifically without relying on the class, id or…
The attribute selectors is a really useful feature to select an element without adding superfluous id or classes. As long as the targeted element has …
Today we are going to take a look at “marquee” once again. We actually have covered about it in our previous post which talked about using the -we…
Creating borders is nothing new in HTML & CSS; we’ve been able to add borders since the beginning. You may have been familiar with solid borders, do…
In this post, we are going to work on a fictional project, creating a single product page to offer iPhone 4S, and in this project we are also going to…