HTML tutorial in hindi | HTML 5 tutorial in hindi
HTML can be edited by using a professional HTML editor like
<html>
<head>
<title>my first web page</title>
</head>
<body bgcolor="black">
my name is Anil Chejara
</body>
</html>
HTML वह भाषा है जिसमें अधिकांश वेबसाइट लिखी जाती हैं। HTML का उपयोग पेज बनाने और उन्हें कार्यात्मक बनाने के लिए किया जाता है।
हाइपरटेक्स्ट का मतलब है कि दस्तावेज़ में लिंक हैं जो पाठक को दस्तावेज़ में अन्य स्थानों पर या किसी अन्य दस्तावेज़ पर पूरी तरह से कूदने की अनुमति देते हैं। नवीनतम संस्करण को HTML5 के रूप में जाना जाता है।
1. Adobe Dreamweaver.
2. Visual Studio
3. Sublime
4. Notepad++
1.The structure of an HTML document
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Example Page</title>
</head>
<body>
<h1>Hello Anil IT Expert</h1>
</body>
</html>
Output would be
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Example Page</title>
</head>
<body>
<h1>Hello Anil IT Expert</h1>
</body>
</html>
Output would be
Hello Anil IT Expert
2.Change Background Color
<html>
<head>
<title>my first web page</title>
</head>
<body bgcolor="black">
my name is Anil Chejara
</body>
</html>
Output would be
my name is Anil Chejara
3.Create Table
<table border=1 bgcolor=#ccffoo>
<tr>
<td>Computer</td>
<td>Software</td>
<td>Download</td>
</tr>
</table>
<tr>
<td>Computer</td>
<td>Software</td>
<td>Download</td>
</tr>
</table>
4.Create Link
The HTML code for a link looks like this
<a href="url">Link Text</a>
Example
<a href="https://youtu.be/vxs9Rys_Pjg">HTML tutorial in hindi</a>
Which will display like this: HTML tutorial in hindi
<a href="url">Link Text</a>
Example
<a href="https://youtu.be/vxs9Rys_Pjg">HTML tutorial in hindi</a>
Which will display like this: HTML tutorial in hindi
5.Add Images
The HTML code for images look like this
<img src="url" alt="some text">
The HTML code for images look like this
<img src="url" alt="some text">
HTML Tutorial in Hindi Learn HTML in Hindi Part-1
दोस्तों पिछले अध्याय मैं हमने सिखा HTML क्या होता है आज हम उससे आगे सीखेंगे आज हम सीखेगे उससे आगे आज हम सीखेंगे हैडिंग के बारे मैं हैडिंग h1, h2, h3, h4, h5, h6, होती है
h1 यह मैंन हैडिंग होती है साईट या वेब पेज का मैंन टाइटल तो शो होता है h1 से लिखा जाता है
h2 यह पोस्ट का टाइटल होता है
h3 यह भी पोस्ट का टाइटल होता है
h4 यह subheading होती है
h4, h5, h6 यह तीनो Miner heading main aati hai
तो यह था हैडिंग के बारे मैं पेराग्राफ के बारे मैं हम पहले ही जान चुके है फिर भी मैं रिपीट करता हु यह <p> से शुरु होता है आएये इसको code मैं लिखके देखते है और उसको ब्राउज़र मैं भी देखते है
<html><head><title>HTML tutorial in hindi by Anil IT Expert-</title>
<body>
<h1> Heading1</h1><h2>Heading2</h2><h3>Heading3 </h3><h4>Heading4</h4><h5>Heading5</h5><h6>Heading6</h6><p>Paragrap</p>
</body>
</html>
What is HTML In Hindi?
ठीक है, इसलिए यह अनिवार्य सिद्धांत का एकमात्र बिट है। HTML लिखना शुरू करने के लिए, यदि आप जानते हैं कि आप क्या लिख रहे हैं, तो यह मदद करता है।HTML वह भाषा है जिसमें अधिकांश वेबसाइट लिखी जाती हैं। HTML का उपयोग पेज बनाने और उन्हें कार्यात्मक बनाने के लिए किया जाता है।
उन्हें visually appealing बनाने के लिए उपयोग किए जाने वाले कोड को CSS के रूप में जाना जाता है और हम बाद के ट्यूटोरियल में इस पर ध्यान केंद्रित करेंगे। अभी के लिए, हम आपको डिज़ाइन के बजाय निर्माण करने के तरीके सिखाने पर ध्यान देंगे।
History of HTML in Hindi
HTML को सबसे पहले Berners-Lee, Robert Cailliau और अन्य लोगों ने 1989 में शुरू किया था। यह हाइपर टेक्स्ट मार्कअप लैंग्वेज के लिए है।हाइपरटेक्स्ट का मतलब है कि दस्तावेज़ में लिंक हैं जो पाठक को दस्तावेज़ में अन्य स्थानों पर या किसी अन्य दस्तावेज़ पर पूरी तरह से कूदने की अनुमति देते हैं। नवीनतम संस्करण को HTML5 के रूप में जाना जाता है।
मार्कअप लैंग्वेज एक ऐसा तरीका है जो कंप्यूटर को एक दूसरे से बात करने के लिए नियंत्रित करता है कि टेक्स्ट कैसे संसाधित और प्रस्तुत किया जाता है। ऐसा करने के लिए HTML दो चीजों का उपयोग करता है: टैग और विशेषताएँ।
वे एक साथ काम करते हैं लेकिन विभिन्न कार्य करते हैं - यह दोनों को अलग करने में 2 मिनट का निवेश करने के लायक है।
अधिकांश टैग को कार्य करने के लिए <h1> और <h1> को बंद करना होगा।
एक विशेषता का एक उदाहरण है:
<img src = "mypig.jpg" alt = "A photo of my pig.">
इस उदाहरण में, छवि स्रोत (src) और संपूर्ण पाठ (alt) <img> टैग की विशेषताएँ हैं।
What are Tags and Attributes In hindi?
Tagsऔर Attributes (HTML in Hindi) का आधार हैं।वे एक साथ काम करते हैं लेकिन विभिन्न कार्य करते हैं - यह दोनों को अलग करने में 2 मिनट का निवेश करने के लायक है।
HTML Tags in Hindi?
HTML element की शुरुआत को चिह्नित करने के लिए Tags का उपयोग किया जाता है और वे आमतौर पर angle brackets में संलग्न होते हैं। एक Tag का एक उदाहरण है: <h1>अधिकांश टैग को कार्य करने के लिए <h1> और <h1> को बंद करना होगा।
What are HTML Attributes in Hindi
Attributes में जानकारी के अतिरिक्त टुकड़े होते हैं। Attributes एक उद्घाटन टैग का रूप लेती हैं और अतिरिक्त जानकारी अंदर रखी जाती है।एक विशेषता का एक उदाहरण है:
<img src = "mypig.jpg" alt = "A photo of my pig.">
इस उदाहरण में, छवि स्रोत (src) और संपूर्ण पाठ (alt) <img> टैग की विशेषताएँ हैं।
HTML Editors In Hindi
सबसे पहले, हमें यह सुनिश्चित करना चाहिए कि हमारे पास सही उपकरण हों। सबसे महत्वपूर्ण, हमें एक HTML संपादक की आवश्यकता है।Learn HTML & CSS in hindi & urdu language step by step easy tutorial for beginner , in this video i will teach you how you can start designing website or web page using very popular web language html yes if you are a computer student and you are learning coding like HTML, CSS, Javascript, jQuery and you also want to learn web programming language html then this easy tutorial will help you to start html coding so that you can start you html & css coding at home this video cover following topics :
1. What is HTML ? Full form of html & use of html language ?
2. how to create html file ?
3. what are tags in html ? different types of tags explained with practical example ?
4.what is css ? full form of css & how to apply css ?
5.what is inline css explained with an example ?
6.what internal css explained with example ?
7.what is external css ?
8. difference between inline vs internal vs external css in hindi ?
9 HTML link bookmarking
10. HTML anchor tag and elements
Download code and notes HTML tutorial in hindi--
Hello Friends.. This is Anil Chejara (Software Developer)
and
Welcome Back My YouTube Channel:- Anil IT Expert
Instagram: anilchejara1361
Instagram: Anil IT Expert
Website : (Goolich Web Technology)
HTML Tutorial for Beginners - Learn HTML for a career in web development. This HTML tutorial teaches you everything you need to get started.
video for:-
html tutorial for beginners in hindi
html hindi tutorial
learn html in hindi
html course in hindi
html programming
Advance html tutorial in hindi
basic html tutorial in hindi
html and css tutorial in hindi
web design course in hindi
web designing tutorial in hindi
web development tutorial in hindi
In this Video Tutorial series I will giving you full training about HTML from basic to advance level with easy and best explanation. If you like this HTML tutorial in Hindi do leave us a comment.
Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
html kya hai kaise sikhe html me form kaise banate hai css kaise apply krte hai klya antar hai table kaise banate hai kaise image add krte hai to is video me aapko html aur css ki puri jaankari di jayegi jisse aapko website design krna sikhe ki kaise web pages banate hai
----------🙏 Thanks 🙏----------
☺Thanks for watching our😙 video, subscribe this channel😍 for a more latest video like 😎this, and also share this video on social🙏 media. 😘Thank you so much..!!, My Loving Brother - Sunil Chejara ❤️ and My Bestfriend - Shyama Kumari 😍 ( Shyama life ) and All my Friends �
#HTML #CSS #Coding #Programming #webDesigning #webDesign #webDevelopment #shyamalife #shyamaIT #sunilchejara #anilITExpert
No comments:
Post a Comment