Introdution to HTML
html stands for hyper tect markup langauge that is used to create web pages we can say that it is the backbone of a website this langauge is more easier than c,c++ and java. we use this langauge in any platform like windows and linux etc. HTML is discoverd by physicst tim-berners-lee in 1980 in gevena.
DISCOVERY OF HTML
In 1980, Tim Berners-Lee, a contractor physicist at CERN, proposed a system for using and sharing the documents of CERN Researchers (researchers). In 1989, Tim Berners-Lee wrote a memo proposing the web Based hypertext system.
Tim Berners-Lee is named the father of HTML. the primary description of HTML was a document called "HTML-tag". In 1991, Tim Berners-Lee mentioned HTML
𝕊𝕋ℝ𝕌ℂ𝕋𝕌ℝ𝔼 𝕆𝔽 ℍ𝕋𝕄𝕃
- <!DOCTYPE html>
- <html>
- <head>
- <title>"Title goes here"</title>
- </head>
- <body>
- <H1>Heading of the blog</H1>
- <P>paragraph of the post</p>
- </body>
- </html>