Introduction to CSS Property Value Types जब भी कोई CSS property define करते है तो उसके साथ उसकी value भी define की जाती है। अलग अलग properties के लिए अलग अलग...
Category - Webpage Designing
Introduction to CSS Combinators अभी तक आपने selectors के बारे में जान लिया है और आप उन्हे use भी कर चुके है। लेकिन अभी तक आपने सिर्फ single selectors को ही...
Introduction to CSS Selectors CSS के syntax में selectors का important role होता है। आप किस element के ऊपर कौनसी style apply करना चाहते है ये आप selectors के...
Introduction to CSS in Hindi CSS एक designing language है। इसका इस्तेमाल webpages को और भी beautiful बनाने के लिए किया जाता है। CSS के द्वारा आप HTML tags पर...
Introduction to HTML <hr> Tag HTML में <hr> tag thematic break (विषय अंतराल) को दर्शाने के लिए use किया जाता है। यह tag एक horizontal line generate...
Introduction to HTML <address> Tag HTML <address> tag किसी document के author या owner की contact information define करने के लिए use किया जाता है।...
Introduction to HTML <script> Tag HTML का <script> tag web pages में client side script define करने के लिए use किया जाता है। उदाहरण के लिए...
Introduction to HTML Font Tag अपनी website के fonts को configure करके आप उसे और भी attractive, readable और structured बना सकते है। By default आपकी website की...
Introduction to HTML Forms किसी भी webpage पर यदि आप यूज़र से कोई information लेना चाहते है तो इसके लिए आप forms का इस्तेमाल करते है। उदाहरण के लिए जब भी आप...
Introduction to HTML Blocks HTML में block level और inline 2 तरह के tags होते है। जब भी block level tags webpage में show होते है तो automatically इनके पहले...