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 के द्वारा …