Skip to main content

Posts

CSS - CSS Animation in hindi

CSS - CSS Animation CSS Animation के लिए  animation  property का इस्तेमाल किया जाता है | Animation में Element के CSS Style को कुछ समय देकर एक से ज्यादा CSS Styles में change किया जा सकता है | Animation के लिए  @keyframes rule  की जरुरत होती है | animation किस प्रकार से होना चाहिए वो  @keyframes  के अन्दर define किया जाता है | Example for animation Property Animation ये 0% पर start होता है और 100% पर end होता है | शुरुआत में background-color ये black होगा और 5 seconds के बाद background-color ये white हो जायेगा | ये प्रक्रिया infinite(अमर्यादित) times होती है | <style> body{ animation : ani 5s infinite; } @keyframes ani{ 0%{background-color:#000;} 100%{background-color:#FFF;} } </style> <body></body> Output : @keyframes Rule @keyframes पर animation का behavior दिया जाता है | Animation को @keyframes के साथ दिए हुए animation name पर store किया जाता है | इस animation को execute करने के लिए  animation property  का इस्तेमाल किया जाता है |

What is web hosting in hindi

What is web hosting in hindi वेब होस्टिंग क्या होती है? जिस प्रकार अपने उत्पादों को रखने के लिए आपको एक दुकान रूपी स्थान की आवश्यकता होती है, ठीक उसी प्रकार आपकी बिज़नेस website को online प्रदर्शित होने के लिए web hosting सेवा की जरूरत होती है| सीधे और आसान शब्दों में – “ web hosting  आपकी वेबसाइट फाइल्स को storage space यानि रहने की जगह और access यानि सब लोगों तक पहुँचने का जरिया प्रदान करती है “| Web hosting कैसे कार्य करती है? होस्टिंग सेवा आपकी वेबसाइट फाइल्स को web servers (उच्च स्तरीय कम्प्यूटर्स ) पर store कर देती है| जब कोई भी आपकी वेबसाइट तक पहुँचने के लिए उसका address या URL अपने browser में लिखता है, तब ये web servers उस ग्राहक के अनुरोध को स्वीकार करते हुए उसके कंप्यूटर तक आपकी वेबसाइट फाइल्स की एक कॉपी पंहुचा देती है, जिसके परिणामस्वरूप ग्राहक के कंप्यूटर पर आपकी वेबसाइट खुल जाती है| Web होस्टिंग के प्रकार वेब होस्टिंग उद्योग में विभिन्न प्रकार की होस्टिंग सेवाएं उपलब्ध हैं। १. Shared Server होस्टिंग २. Virtual Private Server (VPS) होस्टिंग ३. Dedicated S

Create a Responsive Website using HTML and CSS Step by Step in Hindi

Create a Responsive Website using HTML and CSS Step by Step in Hindi Create a Responsive Website using HTML and CSS Step by Step in Hindi Welcome all, we will see  How to create a Responsive Website using HTML and CSS in Hindi  with Source Code. Believe me, In this one video, you are going to learn many things and main by simply using HTML and CSS only I will show you how to create an awesome website in Hindi within a time. I know it's been a long time since I haven't uploaded a video on how to build a  website using HTML and CSS in Hindi . So I thought why not today. So here is the video on how to create a website using HTML and CSS in Hindi step by step with no line skip. I only use 2 images one for my background Image and the other is my logo image. Then we will have one index.html file and one Style.css file. All files and Images are under on folder. We will also see how to use google fonts and ya Here is the link which I used in the video. I know it looks aweso

Create a Responsive Login Form in HTML and CSS in Hindi

Create a Responsive Login Form in HTML and CSS in Hindi                                                              Login Form in HTML and CSS In this video, we will we see How to Create a Responsive Login Form in HTML and CSS in Hindi step by step. As you can see I try to make a Login form that should be different from others available online on any social media. Believe me, you gonna learn many new technique and tips on how to make a Responsive Login Form in HTML and CSS in Hindi. Let's talk about the background of the Login form in Hindi first. You can see It's a diagonal background and I know must of are thinking how we can create a diagonal webpage. Believe me, I wrote only one line of code to get the diagonal background on my Login Form in Hindi. background-image: linear-gradient(to top right, #color1 50%, #color2 50%); Create a Responsive Login Form in HTML and CSS in Hindi Now we will come to our Center Div. If you noticed I us

Create a Website using HTML and CSS in Hindi With Source Codes

Create a Website using HTML and CSS in Hindi With Source Codes Welcome Developers, we will see how to create a website using HTML and CSS step by step in Hindi. The link is in Comment sections. In this Video, you will learn how to put everything you've learned so far about CSS into action—for your very first webpage. What you see now is going to look like your end result; I hope it inspires you to follow through with the whole project! You'll learn the components of this site and how it was put together, piece by piece. Also, website kaise banaye hindi me complete video. If you like this video please Like, Share with your friends and Don't forget to SUBSCRIBE my ThapaTechnical Channel :)
HTML Tag क्या होता है – What is HTML Tag and Types of HTML tags in Hindi HTML tag क्या होता है – What is HTML Tag जब भी हम कोई भी webpage डिजाईन करते हैं तो हम उस webpage को डिजाईन करने के लिए कुछ command का उपयोग करते हैं उसको HTML tag कहा जाता है| Tag हमेशा angle bracket के अन्दर लिखा जाता है जैसे  <tag>..</tag>. HTML Tag  बहुत सारे character का set होता है जो की HTML language में commands का काम करता है जिसके द्वारा हम अपने webpage को डिजाईन करते हैं| HTML टैग webpage में hidden keyword होता है जो की हमारे वेब ब्राउज़र को यह बताता है की इस webpage को किस प्रकार formatting करना है| Tags लिखने के रूल: जिस प्रकार programming language में कोई भी function लिखने का रूल होता है उसी प्रकार tags लिखने के भी कुछ रूल होते हैं| तो चलिए देखते हैं की कौन कौन से रूल होते हैं: Tags angle bracket  (<>)  के अन्दर लिखा होना चाहिए| जैसे की <html>. यदि आप tags को angle bracket के अन्दर नहीं लिखेंगे तो वेब ब्राउज़र उसे सिंपल text समझ लेगा और उसे text के रूप में displa