html-frames-in-hindi

Introduction to HTML Frames किसी webpage को कई sections में divide किया जा सकता है। इन sections को आप frames भी कह सकते है। ये sections एक दूसरे से independent होते है। हर section एक अलग webpage को represent करता है। आसान शब्दों में कहें तो एक webpage को कई sections में divide करके उन sections … Read more

html-lists-in-hindi

Introduction to HTML Lists HTML में आप किसी भी information को lists के द्वारा भी represent कर सकते है। Lists के द्वारा आप अपने webpage को well ordered बना सकते है। HTML से आप 3 तरह की list बना सकते है। इनके बारे में नीचे  दिया जा रहा है। Type Explanation Example Ordered-List ये list ordered … Read more

html-images-in-hindi

Introduction to HTML & Images Images से एक web page attractive और beautiful लगता है। HTML के द्वारा web page में आप कोई image add कर सकते है। इसके लिए आप <img> tag यूज़ करते है। <img> tag बहुत से attributes provide करता है जिनसे आप image की presen tationको control कर सकते है। इन attributes … Read more

html-tables-in-hindi

Introduction to HTML Tables किसी भी data को structured form में represent करने के लिये आप tables use करते है। अपने webpage में tables include करके आप उसे ओर भी structured ओर attractive बना सकते है। HTML मे tables create करने के लिये आप <table> tag युज करते है। इस tag का एक sub tag … Read more

html-links-in-hindi

Introduction to HTML Links एक link ऐसा text या image होती है जिस पर click करते ही आप दूसरे page पर redirect कर दिए जाते है। जब भी आप किसी link पर अपना cursor ले जाते है तो वह एक clickable hand icon में convert हो जाता है। Links का उपयोग basically एक page से … Read more

html-formatting-and-styles-in-hindi

Introduction to HTML Text Formatting HTML में कुछ tags सिर्फ text formatting के लिए provide किये गए है। इन tags का इस्तेमाल करते हुए आप web page पर text की presentation और position को control कर सकते है। जैसे की आप text को bold या underline कर सकते है। किसी text editor में आप ये … Read more

html-headings-in-hindi

Introduction to HTML Headings जब आप कोई paragraph लिखते है तो उससे पहले उसका shorter version heading के रूप में define करते है। Heading से reader को पता चल जाता है की आगे दिए जा रहे paragraph में किस विषय पर चर्चा की गयी है। जब भी कोई reader किसी article को पढता है तो सबसे … Read more

html-attributes-in-hindi

Introduction to HTML Attributes जितने भी HTML tags होते है उन सबमें attributes define किये जाते है। Attributes के द्वारा आप tags के अंदर के content को अपने अनुसार configure कर सकते है। Attributes advanced configuration के लिए यूज़ किये जाते है। Attributes के द्वारा interpreter को additional commands दी जाती है जो उसे बताती है की … Read more

html-first-webpage-in-hindi

Writing Your First HTML Program HTML में webpages create करना बहुत ही आसान है। जैसा की मैने आपको पहले बताया एक HTML program text और tags का combination होता है। इसलिए ये जरुरी है की यदि आपने अब तक HTML tags के बारे में नहीं पढ़ा है तो इस tutorial को आगे पढ़ने से पहले एक … Read more

html-tags-in-hindi

Introduction to HTML Tags एक HTML file tags और text का combination होती है। HTML tags को HTML elements भी कहा जाता है। यदि आपको tags का concept समझ आ जाये तो आप HTML आसानी से समझ सकते है। क्योंकि HTML पूरी तरह tags के द्वारा ही कार्य करती है। शुरआत में जब HTML को design किया … Read more