HTML 5 is the next major version of HTML. It introduces a bunch of new
elements that will make our pages more semantic. This will make it a lot
easier for search engines and screenreaders to navigate our pages, and
improve the web experience for everyone. In addition, HTML 5 will also
include fancy APIs for drawing graphics on screen, storing data offline,
dragging and dropping, and a lot more. Let’s get started marking up the
blog page
- <!doctype html>
- <html>
- <head>
- <title>Page title</title>
- </head>
- <body>
- <header>
- <h1>Page title</h1>
- </header>
- <nav>
- <!-- Navigation -->
- </nav>
- <section id="intro">
- <!-- Introduction -->
- </section>
- <section>
- <!-- Main content area -->
- </section>
- <aside>
- <!-- Sidebar -->
- </aside>
- <footer>
- <!-- Footer -->
- </footer>
- </body>
- </html>
great blog.very useful information for me.thanks for sharing this post..
ReplyDeleteWebsite design Bangalore