What is HTML HyperText Markup Language क्या है html kaise sikhe

What is HTML – HyperText Markup Language

HTML Kya hai : HTML की फुल फॉर्म Hypertext Markup लैंग्वेज होती है | यह computer Markup language होती है जिसको की web pages and website design मे काम मे लिया जाता है | HTML मे markup symbols or codes को combine करके web pages design किये जाते है | HTML markup Web browser को बताता है की Web page’s के words and images को user के लिए किस प्रकार display किया जाये | हर एक individual markup code एक element को refer करता है, कुछ elements pairs मे आते है जो की indicate करते है की किस time पर display effect start करना hai and कब end करना है | Web browsers HTML files को read कर सकते है and उनको visible or audible web pages मे generate भी करते है | 

What is HTML in Hindi

What is HTML in Hindi

Markup Language का meaning – Markup languages, text को process, define and present करने का एक तरीका है जिसमे की मार्कअप language code को specify करता है (formatting – “layout and style layout”) |

इसको W3C के direction मे constantly upgrade, revision and evolution किया जाता रहा है जिसके की यह Internet audience की growing demands and requirements को पूरा कर सके | The World Wide Web Consortium (W3C) एक international community है जहाँ पर Member organizations, full-time staff, and the public साथ मिलकर Web standards को maintain, research and develop करते है | HTML के 1991 से अब तक बहुत सारे version आ चुके hai –

HTML Version  Year
HTML  1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML 5   2014

Example of Small HTML Code – 

<!DOCTYPE html>
<html>
      <head>
         <title>This is Page Title</title>
      </head>
       <body>

           <h1>My First heading </h1>

           <p>Hello world! This is my first Page</p>

      </body>
</html>

Read Also – What is Java

Read Also – What is Dot Net Technology

Example Explained-

The <!DOCTYPE html> यह define करता है की यह document HTML5 है
<html> and </html> डिफाइन करता है की यह HTML डॉक्यूमेंट है
<head> and </head> Define करता है document के information को with start and end tag
<title> and </title> Define करता है Page के title को with start and end tag
<body> and </body> define करता है visible page content को with start and end tag
<h1> and </h1> define करता है heading start and end
<p> and </p> define करता है paragraph start and ending ko

How HTML works :- HTML मे series of short codes (टैग्स ) होते है जिसको की site author द्वारा text format मे HTML file मे save किया जाता है एक बार webpages का code complete ho jata hai to user code का output computer पर available किसी भी browser मे देख सकते है | This browser reads the file and translates the text into a visible form. 

अगर आप HTML सीखना चाहते है तो उसके लिए सबसे अच्छी website है – http://www.w3schools.com/html/html_intro.asp | Es website pr aapko HTML ka pura explanation step by step milega |  

Read Also –What is Programming Langauge

What is C Programming Language

What is PHP Programming Language 

12 Comments

  1. liza March 18, 2017
    • Amit Saxena April 21, 2017
  2. kuldeep kumar August 6, 2017
    • Amit Saxena August 7, 2017
  3. vivek vaishnav August 25, 2017
  4. Cyber Tech Warrior September 7, 2017
  5. monika September 20, 2017
  6. Anoop kumar October 2, 2017
  7. jatin October 2, 2017
  8. Pradeep October 8, 2017
  9. Saurav Kumar December 19, 2017
  10. Darshit June 4, 2018

Leave a Reply