Html Tutorials

Generate QR Code using HTML JavaScript code
Generate QR code image from any simple text or URL using HTML and JavaScript code, we are using Google Graph API to generate QR code image, read more to know HTML code for it.
What's New in Chrome Browser Version 74
Check out the improvements related to HTML, CSS in developer tools in Chrome browser version 74, you need to go through the tutorial to understand the changes done in chrome 74 related to Developer Tools
Introduction to HTML
Html stands for Hypertext Markup Language. It is used to create web pages. Browser uses HTML to render web pages. HTML is used to give your web page a particular design layout. HTML document comprises of HTML elements, such as html, head, body, h1, div, p etc.