As a webmaster, it is essential that you keep up with the latest web standards in order to keep your site fluid and user-friendly. With HTML 4, the challenge was to make the site cross-browser compatible and interactive. The new HTML 5 standard is here and there are several new elements as well as changes you can apply to make your site much more accessible.
Once of the highlights of HTML 5 is improved use of Cascading Style Sheet or CSS. You can no longer use various tags such as or
on the HTML page. Instead, you need to create a CSS entry and use the style ID or Class to create the layout you want. This change forces webmasters to maximize the use of CSS and make an even more efficient site.
There are also several new tags introduced in HTML 5. You can use
No comments yet