What are the pros and cons of HTML?
HTML HTML stands for Hyper Text Markup Language , which is the most widely used language on Web to develop web pages. HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification which was published in 1995. HTML 4.01 was a major version of HTML and it was published in late 1999. Though HTML 4.01 version is widely used currently we are having HTML-5 version which is an extension to HTML 4.01, and this version was published in 2012. Advantages of HTML: 1. The first advantage it is widely used. 2. Every browser supports HTML language. 3. Easy to learn and use. 4. It is by default in every window so you don't need to purchase extra software. 5.You can integrate HTML with CSS, JavaScript, php etc. Disadvantages of HTML: 1. It can create only static and plain pages so if we need dynamic pages then HTML is not useful. 2. Need to write a lot of code for making a simple webpage. 3. Security features are not good in HTML. 4. If we need to ...