HTML documentation

Creating Your First Webpage

Writing Your First HTML Program HTML में webpages create करना बहुत ही आसान है। जैसा की मैने आपको पहले बताया एक HTML …

HTML <!DOCTYPE>

Introduction to HTML <!DOCTYPE> HTML में <!DOCTYPE> कोई tag नहीं है। इसे document type declaration कहा जाता …

HTML <Base> Tag

Introduction to HTML <base> Tag HTML <base> tag द्वारा किसी HTML document के सभी URLs के लिए base URL …

HTML <Br> Tag

Introduction to HTML <br> Tag HTML में <br> tag को किसी text या paragraph में line को break करने के लिए use …

HTML <Hr> Tag

Introduction to HTML <hr> Tag HTML में <hr> tag thematic break (विषय अंतराल) को दर्शाने के लिए use किया जाता …

HTML <Menu> Tag

Introduction to HTML <menu> Tag HTML <menu> tag HTML के पुराने versions में included था। लेकिन इसे बाद में …

HTML <Meta> Tag

Introduction to HTML <meta> Tag <meta> tag द्वारा meta-data को represent किया जाता है। Meta-data का मतलब …

HTML Attributes

Introduction to HTML Attributes जितने भी HTML tags होते है उन सबमें attributes define किये जाते है। Attributes के द्वारा …

HTML Blocks

Introduction to HTML Blocks HTML में block level और inline 2 तरह के tags होते है। जब भी block level tags webpage में …

HTML Font Tag

Introduction to HTML Font Tag अपनी website के fonts को configure करके आप उसे और भी attractive, readable और structured …

HTML Formatting

Introduction to HTML Text Formatting HTML में कुछ tags सिर्फ text formatting के लिए provide किये गए है। इन tags का …

HTML Forms

Introduction to HTML Forms किसी भी webpage पर यदि आप यूज़र से कोई information लेना चाहते है तो इसके लिए आप forms का …

HTML Frames

Introduction to HTML Frames किसी webpage को कई sections में divide किया जा सकता है। इन sections को आप frames भी कह सकते …

HTML Headings

Introduction to HTML Headings जब आप कोई paragraph लिखते है तो उससे पहले उसका shorter version heading के रूप में define …

HTML Images

Introduction to HTML & Images Images से एक web page attractive और beautiful लगता है। HTML के द्वारा web page में आप …

HTML Introduction

Introduction to HTML (Hypertext Markup Language) HTML information को सुन्दर और आकर्षक तरीके से World Wide Web में …

HTML Links

Introduction to HTML Links एक link ऐसा text या image होती है जिस पर click करते ही आप दूसरे page पर redirect कर दिए जाते …

HTML Lists

Introduction to HTML Lists HTML में आप किसी भी information को lists के द्वारा भी represent कर सकते है। Lists के द्वारा …

HTML Tables

Introduction to HTML Tables किसी भी data को structured form में represent करने के लिये आप tables use करते है। अपने …

HTML Tags

Introduction to HTML Tags एक HTML file tags और text का combination होती है। HTML tags को HTML elements भी कहा जाता है। …