Benefits And Limitation Of HTML Language
Benefits Of HTML Language
Some advantages of
HTML (Hyper Text Markup Language) are as follow.
• Simplicity
HTML is a Simple But Powerful language. Any person can use HTML easily to create web pages.
• Platform Independent
HTML is platform independent. It works on any platform. It means that
HTML (Hyper Text Markup Language) document creates for one type of computer systemcan be used on different types of computer systems.
• Easy Navigation
HTML (Hyper Text Markup Language) webpages are linked. together using hyperlinks. It provides easy navigation between different documents.
• Attractive And Easier To Read
HTML (Hyper Text Markup Language) allows the use of graphics and animations like audios, videos and images. It delivers richer content and arranges the content creatively.
Limitations Of HTML Language
Some Limitations Of
HTML (Hyper Text Markup Language) are as follow.
• No Programming Capabilities
HTML (Hyper Text Markup Language) provides no programming capabilities. It only provides formatted text, picture and sounds etc.
• Static
HTML (Hyper Text Markup Language) can be used to create only static pages.
• Fixed Tag Set
HTML (Hyper Text Markup Language) does not provide the facility to create custumized tags. It only provides predefined set of tags. It is not possible to extend HTML.
• Not Reuseable
HTML code is used for specific pages and cannot be reused. The user can display the same HTML document in a different manner with creating different document each time.