Introduction to HTML

Introduction to HTML
HTML stands for Hyper Text Markup Language. HTML (एचटीएम्एल) is the most widely used language on Web to develop web pages. In Late 1991 Berners-Lee created HTML but “HTML 2.0(1995)” was the first standard HTML. Web browsers can read HTML (एचटीएम्एल) files and render them into visible or audible web pages. Browsers do not display the HTML (एचटीएम्एल) tags and scripts, but use them to interpret the content of the page.
HTML का तात्पर्य हाइपर टेक्स्ट मार्कअप लैंग्वेज। वेब पेज के निर्माण के लिए ये लैंग्वेज सबसे अधिक लोकप्रिय है। 1991 में बर्नस ली ने इसका अविष्कार किया था परन्तु 1995 में HTML 2.0 को पहला मानक HTML बनाया गया था। ब्राउजर वेब पेज को आसानी से पढ़ कर उसे हमारे लिए देखने के योग्य बनाता है। ब्राउजर पर स्क्रिप्ट नहीं दिखती बल्कि उस पेज का डेटा दिखता है। ब्राउजर HTML टैग और स्क्रिप्ट प्रदर्शित नहीं करते हैं, लेकिन पृष्ठ की सामग्री की व्याख्या करने के लिए उनका उपयोग करते हैं।
In another word: Hyper Text: Hyper Text simply means “Text within Text”. A text (टेक्सट) has a link within it, is a hypertext. Every time (टाइम) when you click on a word which brings you to a new webpage, you have clicked on a hypertext.
अन्य शब्दों में, हाइपर टेक्स्ट: हाइपर टेक्स्ट का अर्थ है “टेक्स्ट के भीतर टेक्स्ट”। एक टेक्स्ट के भीतर एक लिंक है, जो हाइपरटेक्स्ट है। हर बार जब आप एक शब्द पर क्लिक करते हैं जो आपको एक नए वेबपेज पर लाता है, तो आपने एक हाइपरटेक्स्ट पर क्लिक किया है।
Markup language: A markup (मार्कअप) language is a programming language that is used make text more interactive and dynamic. It can turn a text (टेक्सट) into images, tables, links etc. HTML (एचटीएम्एल) documents are ASCII text files that can be edited using simple editors.
मार्कअप लैंग्वेजः एक मार्कअप भाषा एक प्रोग्रामिंग भाषा है जिसका उपयोग टेक्स्ट को अधिक इंटरैक्टिव और डॉयनॉमिक बनाने के लिए किया जाता है। यह एक टेक्स्ट को इमेज, टेबल, लिंक आदि में बदल सकता है। HTML में बनी फाइल ASCII टेक्स्ट फाइल होती है, जिसे किसी भी साधारण एडिटर से एडिट कर सकते है।
HTML (एचटीएम्एल) allows you to specify the document specification separate from the formatting rules.
• HTML (एचटीएम्एल) is used for the document specification, that is, it is used to specify the logical structure of the document. For example, (एक्साम्प्ल) we can mark some text as being a section header without any specification of what the header looks like.
HTML का प्रयोग डॉक्यूमेंट बनाने के लिए होता और वह किसी भी डॉक्यूमेंट की तार्किक संरचना करता है। उदहारण के लिए, किसी भी टेक्स्ट को हम हेडर बना सकते हैं बिना यह जाने कि उस हेडर का रूप कैसा होगा।
• Format information is provided separately. For example, we can provide a format specification for a section header, specifying that it should appear as a 14 pt. font in boldface, left-justified. फॉर्मेट की जानकारी अलग से होती है। जैसे कि सेक्शन हेडर के लिए हम ये 14 पॉइंट, बोल्ड रूप में बायीं ओर जस्टीफाइड रूप में दिखना चाहिए।
• The basic (बेसिक) idea is that a presentation program (Netscape is an example of such a program) takes the HTML specification and a format specification and creates the actual document.
आधारभूत बात यह है कि एक प्रजेंटेशन प्रोग्राम जिसका उदाहरण नेटस्केप नेविगेटर है को HTML के फॉर्मेट को लेकर एक वास्तविक डॉक्यूमेंट का निर्माण करता है।
HTML (एचटीएम्एल) Versions: Since the early days of the web, there have been many versions of HTML (एचटीएम्एल)

VersionYear
HTML1991
HTML 2.01995
HTML 3.21997
HTML4.011999
XHTML2000
HTML52014

HTML Tags: HTML tags are keywords (tag names) surrounded by angular brackets.
एचटीएमएल टैग्स कीवर्ड (टैग नेम) है, जो एंगुलर ब्रैकेट के अन्दर होते है।
<tag_name> content </tag_name>
• HTML tags normally come in pairs like <HTML> and </HTML>
एचटीएमएल टैग आमतौर पर जोड़े में आतें हैं <HTML> and </HTML>
• The first tag (टैग) in a pair is the start tag, the second tag is the end tag.
एक जोड़ी का पहला टैग स्टार्ट टैग, तथा दूसरा टैग एण्ड टैग होता है।
• The end tag is written like the start tag, but with a slash (/) before the tag name.
अंतिम टैग को स्टार्ट टैग की तरह ही लिखा जाता है, लेकिन टैग नेम से पहले ब्रेकेट के अन्दर स्लैश (/) का चिन्ह लगाया जाता है।
Note: The start tag (टैग) is often called the opening tag. The end tag is often called the closing tag (टैग).
स्टार्टिंग टैग को अक्सर ओपनिंग टैग कहा जाता है। एंड टैग को अक्सर क्लोजिंग टैग भी कहा जाता है।
Basic Structure of HTML – एचटीएमएल की मूल संरचना
A basic HTML page is a web document that normally has the file extension .html or .htm, though HTML frequently appears in the content of other file types as well. All HTML documents follow the same basic structure so that the browser that renders the file knows what to do. The basic (बेसिक) structure on which all WebPages are built looks like this:
एक बेसिक HTML पेज, वेब डाक्यूमेंट होता है जिसमें आम तौर पर फाइल एक्सटेंशन .html या .htm होता है, हालांकि HTML अक्सर अन्य फाइल प्रकारों के डेटा में भी दिखाई देता है। सभी HTML डाक्यूमेंट एक ही बेसिक स्ट्रक्चर को फॉलो करते हैं ताकि फाइल को प्रस्तुत करने वाला ब्राउजर समान रूप से यह जाने कि उसे HTML निर्देशों के साथ क्या करना है। बेसिक स्ट्रक्चर, जिस पर सभी वेब पेज बनाए जाते हैं, कुछ इस तरह दिखता है:
HTML document has two main parts:
About me