As a developer you must know html, css, javascript and ecmascript..
learn to earn...
Table of contents
When a developer starts his career in web development, they must have needed knowledge of html, css and javascript. Here we see a simple introduction to these things...
What is HTML:-
HTML developed by Tim Berners Lee. Html 1.0 were launched in 1993. HTML is a markup language. Markup language means a language that works in a tag-based manner to perform a web page. HTML stands for Hypertext markup language. Hypertext means formatted text not as simple text. Hypertext is used to create a link.
Use of HTML:
Html is used to create the body of the web page. HTML provides tags to code client-side web pages. Here you can see some html code. HTML 5.0 version is the most popular version running now.
<html>
<head>
<title>my web page</title>
</head>
<body>
<h1> This is Heading</h1>
</body>
</html>
What is CSS:-
CSS stands for cascading style sheet. It means a wide sheet of styles.
Use of CSS:
If html is the body then css is the appearance of the body like cloth and skin colour. Css decides the appearance of the web pages. It makes the presentation of the html. Here is some css code for text style.
{font-size:24px;
font-weight:bold;
color:red; }
What is Javascript and why javascript:-
Before javascript websites were static. Javascript is a popular web programming language. It is an interpreted, compiled and lightweight scripting language. Javascript was invented by Brendan Eich in 1995. It gives functionality to the web pages. Javascript is an easy language to make complexity in web pages.
History of javascript:
Javascript was developed for Netscape-2. Microsoft Edge and Netscape were the oldest browsers. Don't confuse Java and Javascript. Java and Javascript are two different things. After some time javascript was handed Netscape to ECMA. Mozilla foundation developed javascript for the Firefox browser. Javascript was originally named Mocha, but speedily became known as Livescript and then javascript.
ECMASCRIPT:
ECMA-262 was the standard of javascript in 1997. Ecmascript is a standard for javascript. It specifies the development of javascript. ECMAscript-6 also known as ES-6 and ECMAScript-2015.
full stack web development as an easy career for a Hindi language person.
What is ECMASript in hindi? ECMAScript क्या है:
ECMA-262 1997 में जावास्क्रिप्ट का मानक था। Ecmascript जावास्क्रिप्ट के लिए एक मानक है। यह जावास्क्रिप्ट के विकास को निर्दिष्ट करता है। ECMAScript-6 को ES-6 और ECMAScript-2015 के नाम से भी जाना जाता है।
एचटीएमएल क्या है? What is Html in hindi :-
HTML का विकास टिम बर्नर्स ली ने किया था। Html 1.0 को 1993 में लॉन्च किया गया था। HTML एक मार्कअप लैंग्वेज है। मार्कअप भाषा का अर्थ है एक ऐसी भाषा जो वेब पेज को प्रदर्शित करने के लिए टैग-आधारित तरीके से काम करती है। HTML का मतलब हाइपरटेक्स्ट मार्कअप लैंग्वेज है। हाइपरटेक्स्ट का अर्थ है Formatted text, साधारण पाठ के रूप में नहीं। हाइपरटेक्स्ट का उपयोग लिंक बनाने के लिए किया जाता है।
एचटीएमएल का प्रयोग: Use of Html in hindi
Html का उपयोग वेब पेज की बॉडी बनाने के लिए किया जाता है। HTML क्लाइंट-साइड वेब पेजों को कोड करने के लिए टैग प्रदान करता है। यहां आप कुछ html कोड देख सकते हैं। HTML 5.0 संस्करण अभी चल रहा सबसे लोकप्रिय संस्करण है।
<html>
<head>
<title>my web page</title>
</head>
<body>
<h1> This is Heading</h1>
</body>
</html>
Javascript क्या है और Javascript क्यों है :What is Javascript and why javascript in hindi-
जावास्क्रिप्ट वेबसाइटों से पहले स्थिर थे। जावास्क्रिप्ट एक लोकप्रिय वेब प्रोग्रामिंग भाषा है। यह एक व्याख्या की गई, संकलित और हल्की स्क्रिप्टिंग भाषा है। 1995 में ब्रेंडन ईच द्वारा जावास्क्रिप्ट का आविष्कार किया गया था। यह वेब पेजों को कार्यक्षमता देता है। वेब पेजों में जटिलता बनाने के लिए जावास्क्रिप्ट एक आसान भाषा है। जावास्क्रिप्ट का इतिहास: जावास्क्रिप्ट को नेटस्केप-2 के लिए विकसित किया गया था। माइक्रोसॉफ्ट एज और नेटस्केप सबसे पुराने ब्राउजर थे। जावा और जावास्क्रिप्ट को भ्रमित न करें। जावा और जावास्क्रिप्ट दो अलग-अलग चीजें हैं। कुछ समय बाद जावास्क्रिप्ट को नेटस्केप ईसीएमए को सौंप दिया गया। मोज़िला फाउंडेशन ने फ़ायरफ़ॉक्स ब्राउज़र के लिए जावास्क्रिप्ट विकसित किया। जावास्क्रिप्ट को मूल रूप से मोचा नाम दिया गया था, लेकिन तेजी से लाइवस्क्रिप्ट और फिर जावास्क्रिप्ट के रूप में जाना जाने लगा।
HTML और HTML 5.0:
Html एक मार्कअप language है, जिसकी मदद से वेबसाइट को बनाया जाता है। यह एक वेब में कोडिंग लिखने की भाषा है। जबकि html 5.0 इसी का एक updated version है। जिसमें बहुत सारे सुधार किए गए हैं। जैसे कई सारे टैग भी शामिल किए गए है, जो कंटेंट के अनुसार ही होते हैं। Html 5.0 को देखकर कोई developer आसानी से समझ जाता है कि कौन से कोड कहां लिखे होंगे। इसके कुछ नुकसान भी हैं जैसे browser के कुछ पुराने vesrsion में यह सपोर्ट नहीं करता है। Html 5.0 के security features काफी updated हैं। कोडिंग की समझ को आसान बनाने से अब Search Engine Optimization संभव हो पाया है। इस संस्करण के आने से वेबपेज की accessbility काफी बढ़ गई है।