Introduction to HTML

HTML stands for Hypertext Markup Language, it helps web developer to create Web Pages with rich UI. HTML is now basic and must to learn language to begin with any development of a website. HTML is used all over the world and it is used to create Web applications. 

With this HTML tutorial, you will learn all basic and advanced concepts of HTML and after learning HTML you will be able to develop your static HTML website. Following are the key points about HTML:

  • HTML stands for Hypertext Markup Language
  • HTML is used to create web sites
  • HTML is most commonly used language used all over the world
  • HTML has set of tags which helps to render content on web page, such as video, audio, img, canvas, div, p, h1-h6 etc.
  • HTML helps to design static website, but if use other scripting language such as .NET, PHP, Java along with HTML we can develop dynamic website such as any Shopping Portal e.g. Amazon
  • Google, Amazon, Facebook are all dynamic websites developed in HTML along with other scripting language