HTML Language at TCCI - tccicomputercoaching.com HTML is Hyper Text Mark-up Language used to design a static web page. Hyper - reference or link Text- data what you want to display Mark up- predefined statement in HTML Language Language - used to communicate.
It is not programming Language like c, C++. But it is Mark-up Language (Set of Mark-up Tags). So, it contains tags in its structure. Every web page has .html extension. We write code in Notepad or Notepad++. We have to run this web page in any web Browser. For Example, <!DOCTYPE html> <html> <body> <h1>HTML Heading </h2> <p>You can write here</p>