Saturday, 14 January 2012

Developing the Site - HTML5 Features

In my website I have used a few HTML5 features. I've used a few tags / elements such as <header> which has more semantic value and streamlined process than <div id ="header">.

Another thing I have looked at is the transition element, and the use of hover. Hover means that when you place the cursor over the button to be clicked on, it will change something about the button. In this case, the button changes appearance, becoming lighter in colour. The transition element also makes the button 'rise up' from it's original position (see below screenshot for an example).



No comments:

Post a Comment