/* */ Click to Join Live Class with Shankar sir Call 9798158723

What is html ?


What is html ?
<!DOCTYPE html> 
<html lang="en">
    <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Document</title>
    </head>
    </body>
        <h1>Hello world<h1>                          
    </body>
</html>
                            
Output

Hello world


What is html ?


Today HTML become pillars of Web development. HTML Stands for Hyper Text Markup Language. It is not a language but a communication between tags and web browser to display information. Document contain Tags , Text , Image, Audio, Video. HTML is very easy to learn. HTML contains predefined tags and attributes used to build webpage structure. HTML is browser embedded language and need no compilation.
HTML is parsed in HTML is used to create & display content of a website. This content can be text, headings, media, list , tables etc on a web browser. It is impossible to build a website without html.

History of html

HTML was invented by a CERN scientist Tim Berners-Lee in 1989. The primary purpose to invent HTML was to share information on web for Research Scientists and Engineers so that other professionals in same domain can have access to your research work.

HTML Versions

HTML Versions
HTML Version Year
HTML 1990
HTML + 1993
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 1.0 2000
XHTML 1.1 2001
HTML 5 2012
HTML5.2 2013

Editors

HTML Editor OS Type
VS Code ( by Microsoft) Windows / Mac / Linux Open Source
Brackets (by Adobe) Windows / Mac / Linux Open Source
Atom ( by Github) Windows / Mac / Linux Open Source
Sublime Text Windows / Mac / Linux Open Source / Paid
Notepad++ Windows Open Source
Dreamweaver Windows / Mac Licensed


«  PREVIOUS PAGE NEXT PAGE »