HTML Tutorial In Hindi – Learn Free HTML Tutorials in Hindi

Html को w3c (World Wide Web Consortium) और WHATWG (Web HyperText Application Technology Working Group ) ने 1993 में released किया था Html के कई सारे version आ चुके है आभी 2019 लेटेस्ट Html5 है जो की Html4 से और बढ़िया होगया है
Html was released by the w3c (World Wide Web Consortium) and WHATWG (Web Hypertext Application Technology Working Group) in 1993, many versions of Html have come up, 2019 is the latest Html5, which is much better than Html4.
Learn Free HTML Tutorials in Hindi
HTML stands for a hypertext markup language. It is a markup language used to manually create web document the webpage and website. HTML is quite easy to learn and use.
HTML हाइपरटेक्स्ट मार्कअप लैंग्वेज के लिए है, यह एक मार्कअप लैंग्वेज है, जिसका उपयोग मैन्युअल रूप से वेब डॉक्यूमेंट को वेबपेज और वेबसाइट बनाने के लिए किया जाता है HTML सीखना और उपयोग करना काफी आसान है।
  •  Hyper denotes that something which is active so in this context in web document
  •  हाइपर शब्द का अर्थ है कि वेब दस्तावेज़ में इस संदर्भ में ऐसा कुछ जो सक्रिय है।
  • Text point to the text file you will be dealing with in HTML
  • HTML में आपके साथ काम कर रही पाठ फ़ाइल का दूसरा शब्द पाठ बिंदु होगा
Note: you must know that HTML is not a fully fledged programming language like basic, etc. it is a markup language which is used to create web documents.
आपको पता होना चाहिए कि HTML एक पूर्ण विकसित प्रोग्रामिंग भाषा नहीं है जैसे कि Basic, आदि। यह एक मार्कअप भाषा है जिसका उपयोग वेब दस्तावेज़ बनाने के लिए किया जाता है।
Web page: It is the only page of web documents. यह वेब दस्तावेजों का केवल एक पेज है।
Websites: It is the collection of WebPages. यह वेबपेजों का संग्रह है।
Applications of HTML
HTML is a language which is manually used to create web documents. HTML can also be used to display any document that is available on the web.
HTML एक ऐसी भाषा है जिसका उपयोग मैन्युअल रूप से वेब दस्तावेज़ बनाने के लिए किया जाता है। HTML का उपयोग वेब पर उपलब्ध किसी भी दस्तावेज़ को प्रदर्शित करने के लिए भी किया जा सकता है।
The web pages created by using HTML can have text, colors, and graphics, etc. the HTML elements mark of the document and inform the browser how the page should look when seen in the browser. HTML provides a text which makes the document look attractive. Hence using HTML one can deliver different kinds of information in different forms to people all over the world on the web.
HTML का उपयोग करके बनाए गए वेब पेजों में टेक्स्ट, रंग, ग्राफिक्स आदि हो सकते हैं, दस्तावेज़ के HTML तत्वों को चिह्नित करते हैं और ब्राउज़र को सूचित करते हैं कि पृष्ठ को कैसे देखना चाहिए, जब ब्राउज़र में देखा जाए। HTML पाठ प्रदान करता है जो दस्तावेज़ को आकर्षक बनाता है। इसलिए HTML का उपयोग करके वेब पर दुनिया भर के लोगों को विभिन्न रूपों में विभिन्न प्रकार की जानकारी दी जा सकती है।
World Wide Web (WWW)
The World Wide Web is the most popular service on the internet for getting desired information’s worldwide web should not be confused with the collection of networks but in fact, it is the information that is connected or linked together forming a web
वर्ल्ड वाइड वेब इंटरनेट पर सबसे लोकप्रिय सेवा है, जिसे दुनिया भर में वांछित सुविधा प्राप्त करने के लिए दुनिया भर में वेब नेटवर्क के संग्रह के साथ भ्रमित नहीं होना चाहिए, लेकिन वास्तव में यह वह सूचना है जो एक वेब बनाने से जुड़ी या जुड़ी हुई है।
URL (uniform resource locator)
URL is the location identifier for any resource on the internet.
URL इंटरनेट पर किसी भी संसाधन के लिए स्थान पहचानकर्ता है
Hypertext transfer protocol (HTTP)
If you closely examine the URL which is used to access any resource on World Wide Web you will find URLs beginning with HTTP. Hypertext transfer protocol secures (HTTPS).
यदि आप उस URL की बारीकी से जांच करते हैं, जिसका उपयोग वर्ल्ड वाइड वेब पर किसी भी संसाधन तक पहुंचने के लिए किया जाता है, तो आपको यूआरएल की शुरुआत http से होगी
Types of tags
  • Manually two types of Tag are used to the HTML.
  • मैन्युअल रूप से दो प्रकार के टैग HTML के लिए उपयोग किए जाते हैं।
  • Container tag: Container tag has a starting as well as ending tag.
  • कंटेनर टैग में एक शुरुआत के साथ-साथ टैग समाप्त होता है
HTML Tutorial In Hindi
  • They can hold the text as well as other elements between two tags.
  • वे दो टैग के बीच पाठ के साथ-साथ अन्य तत्वों को भी पकड़ सकते हैं।
Empty tag This tag always empty. It has started but next closing. There are two types of empty tag.
यह टैग हमेशा Empty रहता है। यह शुरू हो रहा है लेकिन अगला समापन है। Empty टैग दो प्रकार के होते हैं
  • BR: It is used to break the line. It works the enter button of the keyboard.
  •  इसका उपयोग लाइन को तोड़ने के लिए किया जाता है। यह कीबोर्ड का एंटर बटन है।
  • HR: It is providing the horizontal row in your web pages.
  • इसका उपयोग सीधा लाइन खींचने के लिए किया जाता है
Basic html learn in hindi
HTML Tutorial In Hindi

3 thoughts on “HTML Tutorial In Hindi – Learn Free HTML Tutorials in Hindi”

Leave a Comment