HTML5 Semantic Tags | What do they mean

HTML markup has changed a lot especially when the WHATWG introduced semantic tags.  
Semantic Tags? What do they mean. The Semantic Markup helps Humans and Machines to Interpret the HTML markup in a more meaningful way. Which helps the HTML markup to be structured in a more meaningful way. remember adding semantic tags to your HTML5 markup wont change the apperance of your page, but it Gives more meaning to your Markup.  
Here is a list of few HTML5 semantic tags.

  • <section>  </section>
  • <article>  </article>
  • <header>    </header>
  • <nav>          </nav>
  • <aside>      </aside>
  • <footer>    </footer>
As you see above the above tags wont make our web pages pretty but it gives more meaning to the markup.

Comments

  1. Nice Blog and Providing Useful information.A very inspiring post as well as inspiring taught thus, I really appreciate it! Thanks.

    Searchinfomedia

    ReplyDelete
  2. Nice Blog and Providing Useful information.A very inspiring post as well as inspiring taught thus, I really appreciate it! Thanks.

    Searchinfomedia

    ReplyDelete
  3. Hey good information guys. Really useful that information.
    Webdesign Services

    ReplyDelete
  4. Hey good information. Really that useful information.
    Webdesign Services

    ReplyDelete

Post a Comment

Thanks for Visiting for any questions or suggestions please comment below
Cheers,

Check out

CSS Sprites | What are They?

Login form | Using CSS3

Remove Scrollbars from syntaxhighlighter

Adding a button in HTML | styling a button

How to remove plus and minus characters from input type number

HTML5 | LocalStorage

jQuery Resources | Support and tutorial help

How CSS3 Works