Applications of HTML

Applications of HTML are as follow:
  • Web pages development - HTML is used to create pages which are rendered over the web. Almost every page of web is having html tags in it to render its details in browser.
  • Internet Navigation - HTML provides tags which are used to navigate from one page to another and is heavily used in internet navigation.
  • Responsive UI - HTML pages works well on all platform, mobile, tabs, desktop or laptops owing to responsive design strategy.
  • Offline support HTML pages once loaded can be made available offline on the machine without any need of internet.
  • Game development - HTML 5 has native support for rich experience and is now useful in the gaming development arena as well.

                                                                                                                               HOME

Comments

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming