Wednesday 21 January 2015

HTML5 Page Structure

 Hello readers!

Here is demo of HTML5 page structure. In this structure we are using semantic elements, so its also called Semantic HTML5 Page Layout.

Semantic Elements :- In many website we see html write like shown below-

        <div class="header"></div>
        <div id="nav"></div>
        <div id="footer"></div>

But html5 offer some semantic elements for web pages.

-To read complete information about HTML5 Page Structure visit FindNerd. Apart from this, you can also ask questions & look for various programming queries along with their solutions including android, php, c, java programming questions and answers etc. as it is an effective technology forum also.


No comments:

Post a Comment