संदेश

WEBSITE लेबल वाली पोस्ट दिखाई जा रही हैं

HTML Tag, Attribute and Element in detail हिन्दी में।

चित्र
  What are the HTML Tags, Attributes and Elements HTML Tags, Attributes and Elements क्या हैं चलो पहले देखें कि HTML टैग क्या है HTML Tags HTML Tags:  Tag एक HTML element के starting parts और ending parts  हैं। वे start   <   symbol और end  >  symbol के साथ होते हैं। और जो कुछ भी इन  symbols के अन्दर लिखा जाता हैं, उन्हें tag कहा जाता है। Example:   H1 level one heading tag है  <h1 > </h1 >   HTML tags का उपयोग यह परिभाषित करने के लिए किया जाता है कि web browser screen पर content को कैसे format करेगा और display करेगा। HTML tag एक HTML content और एक simple content के बीच भेद करने में मदद करता है। एक HTML file में कुछ essential tag होने चाहिए ताकि web browser एक simple text और HTML text के बीच अंतर कर सकें। आप अपने code की आवश्यकता के अनुसार जितने चाहें उतने tags का उपयोग कर सकते हैं। जब web browser एक HTML document को read करता है, तो browser इसे top to bottom और left to right read...

History of HTML, HTML versions and features हिंदी और English में।

चित्र
HTML का संक्षिप्त इतिहास HTML का संक्षिप्त इतिहास -  1980 के दशक के अंत में, एक physicist, टिम बर्नर्स-ली जो CERN (सीईआरएन) में एक contractor थे, टिम ने CERN (सीईआरएन) शोधकर्ताओं के लिए एक system का प्रस्ताव रखा। 1989 में उन्होंने एक internet based hypertext system का प्रस्ताव लिखा था। टिम बर्नर्स-ली को HTML के पिता के रूप में जाना जाता है। HTML का पहला उपलब्ध विवरण "HTML Tags" नामक एक document था जिसे 1991 के अंत में टिम द्वारा प्रस्तावित किया गया था। HTML का latest version HTML 5 है। Brief History of HTML Let's get to know Brief History of HTML. Brief History of HTML - In the late 1980's , a physicist, Tim Berners-Lee who was a contractor at CERN, proposed a system for CERN researchers. In 1989, he wrote a memo proposing an internet based hypertext system. Tim Berners-Lee  is known as the father of HTML. The first available description of HTML was a document called "HTML Tags" proposed by Tim in late 1991. The latest version of HTML is HTML5, which...

HTML का परिचय / HTML Introduction in detail

चित्र
HTML क्या है ? HTML 5 चलिए जानते हैं कि HTML क्या है ? HTML stands for Hyper Text Markup Language (हाइपर टेक्स्ट मार्कअप लैंग्वेज)। HTML web page बनाने के लिए standard markup language है । HTML एक web page के structure का वर्णन करती है  HTML elements की एक series होती है। HTML elements browser को बताते हैं कि content को कैसे प्रदर्शित (display) करना है।  HTML elements को content के pieces में label करती है, जैसे "this is a heading", "this is a paragraph", "this is a Link", etc.  What is HTML ? Let's get to know what is HTML? HTML is an acronym which stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages and web applications. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content. HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. आइए ...