Introduction to HTML
Hello Friends!
मै विनय Concept Computer Center से.........
Dear Student!
यह Notes, Website Designing Course का First Notes है। जिसका नाम है Introduction to HTML
HTML( Hyper Text Markup Language) एक markup language है इसका मतलब है कि ये हमारे contents यानि कि text, audio, video, को website पर tag की मदद से घेरकर दिखता है क्योंकि markup का मतलब ही है घेरा लगाना। HTML एक ऐसी language है जिसकी मदद से हम website के page यानि webpage बनाते है।
इस language की coding हम english के शब्दों में करते है। इस वजह से इस language को High level Language कहा जाता है। इस language की मदद से हम website बनाते है।
mainly, website के page को webpage कहा जाता है। इस webpage को बनाने के लिए हम HTML language का use करते है।
What is HTML?
HTML stands for Hyper Text Markup Language, and it is the most widely used language write web pages.
What is tag?
A text surrounded by angle brackets is known as tag.
एक ऐसा अक्षर जो angle brackets से घिरा हो, उसे tag कहते है।
More Concept About Tag
Text-HTML, body
Tag-<html>, <body>
Use of tags
Tags are used to display our contents on webpage and it also defines the place of our contents
Tags का उपयोग website पर contents को दिखाने के लिए करते है और website पर कौन सा content कहा दिखेगा इसके लिए भी करते है।
Important topic about tag
A tag starts with <>and closed with </>
ex-<html> </html>
कोई भी tag <> bricket से start होता है और </> bricket से close होता है।
A start tag also called opening tag and closed tag also called closing tag.
Start tag को opening tag कहते है और closed tag को closing tag कहते है।
A tag must be closed with </> bricket
जिस tag को हमने <> से शुरू किया है उसे बंद करना जरुरी है </> से
A tag marked our content to display them on web page.
Ex - <html>our content </html>
जिस content को web page पर दिखाना चाहते है उस content को tag की मदद से घेरना जरूरी होता है।जैसे :<html>our content </html>
HTML सीखने के लिए आपको कुछ software की जरुरत होंगी।
1. Text editing software : Notepad (इसमें HTML की coding लिखते है )
2. Web browser : Google chrome, Mozila firefox या Opera mini (इसमें HTML की coding को Run करके देखते है की website कैसा बना)
How to start coding in HTML?
- Open notepad
- Write your html code
- Then save as
- Anyname.html
Basic code of HTML
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
Thank you, Have a great day
Enjoy Our Software Engineering Notes in Hindi
Student Helpline:9650597419


No comments:
Post a Comment