OurCourses
![html5](https://s3-ap-southeast-1.amazonaws.com/blog.internshala.com/wp-content/uploads/2018/09/What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics-558x372.jpg)
From 1991 to 1999, HTML developed from version 1 to version 4. In year 2000, the World Wide Web Consortium (W3C) recommended XHTML 1.0. The XHTML syntax was strict, and the developers were forced to write valid and "well-formed" code. In 2004, W3C's decided to close down the development of HTML, in favor of XHTML. In 2008, the first HTML5 public draft was released. In 2012, WHATWG and W3C decided .
Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable. CSS handles the look and feel part of a web page. Using CSS, you can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used.
Learn CSS![js](https://community-cdn-digitalocean-com.global.ssl.fastly.net/assets/tutorials/images/large/javascript.png?1512678119)
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language. javascript is also useful in form validation.