Creating Your First Webpage
Writing Your First HTML Program HTML में webpages create करना बहुत ही आसान है। जैसा की मैने आपको पहले बताया एक HTML …
Writing Your First HTML Program HTML में webpages create करना बहुत ही आसान है। जैसा की मैने आपको पहले बताया एक HTML …
Introduction to HTML <!DOCTYPE> HTML में <!DOCTYPE> कोई tag नहीं है। इसे document type declaration कहा जाता …
Introduction to HTML <address> Tag HTML <address> tag किसी document के author या owner की contact …
Introduction to HTML <base> Tag HTML <base> tag द्वारा किसी HTML document के सभी URLs के लिए base URL …
Introduction to HTML <br> Tag HTML में <br> tag को किसी text या paragraph में line को break करने के लिए use …
Introduction to HTML <hr> Tag HTML में <hr> tag thematic break (विषय अंतराल) को दर्शाने के लिए use किया जाता …
Introduction to HTML <menu> Tag HTML <menu> tag HTML के पुराने versions में included था। लेकिन इसे बाद में …
Introduction to HTML <meta> Tag <meta> tag द्वारा meta-data को represent किया जाता है। Meta-data का मतलब …
Introduction to HTML <script> Tag HTML का <script> tag web pages में client side script define करने के लिए …
Introduction to HTML Attributes जितने भी HTML tags होते है उन सबमें attributes define किये जाते है। Attributes के द्वारा …
Introduction to HTML Blocks HTML में block level और inline 2 तरह के tags होते है। जब भी block level tags webpage में …
Introduction to HTML Font Tag अपनी website के fonts को configure करके आप उसे और भी attractive, readable और structured …
Introduction to HTML Text Formatting HTML में कुछ tags सिर्फ text formatting के लिए provide किये गए है। इन tags का …
Introduction to HTML Forms किसी भी webpage पर यदि आप यूज़र से कोई information लेना चाहते है तो इसके लिए आप forms का …
Introduction to HTML Frames किसी webpage को कई sections में divide किया जा सकता है। इन sections को आप frames भी कह सकते …
Introduction to HTML Headings जब आप कोई paragraph लिखते है तो उससे पहले उसका shorter version heading के रूप में define …
Introduction to HTML & Images Images से एक web page attractive और beautiful लगता है। HTML के द्वारा web page में आप …
Introduction to HTML (Hypertext Markup Language) HTML information को सुन्दर और आकर्षक तरीके से World Wide Web में …
Introduction to HTML Links एक link ऐसा text या image होती है जिस पर click करते ही आप दूसरे page पर redirect कर दिए जाते …
Introduction to HTML Lists HTML में आप किसी भी information को lists के द्वारा भी represent कर सकते है। Lists के द्वारा …
Introduction to HTML Tables किसी भी data को structured form में represent करने के लिये आप tables use करते है। अपने …
Introduction to HTML Tags एक HTML file tags और text का combination होती है। HTML tags को HTML elements भी कहा जाता है। …