How to Create Login Form in HTML and CSS in Hindi

Sdílet
Vložit
  • čas přidán 25. 08. 2024

Komentáře • 39

  • @CodingLabYT
    @CodingLabYT  Před 4 lety +7

    Any Question Related To This Tutorial? Please Let Me Know.

    • @Gulliver626
      @Gulliver626 Před 2 lety

      What theme do you use? I like how it looks and I can't find it

    • @sportsunited4063
      @sportsunited4063 Před rokem

      Please send me code

    • @protamim_32
      @protamim_32 Před rokem

      Is it best practice that you have used type=text in the Email input?

  • @abdurrehmannaeem2125
    @abdurrehmannaeem2125 Před 2 lety +1

    Big Respect and Lobe from Pakistan

  • @negi3625
    @negi3625 Před 3 lety +3

    I had completed this 😍😍😁but in my case label did not shifted up if I had entered a invalid choice, but when i entered a correct email than it works fine.

    • @CodingLabYT
      @CodingLabYT  Před 3 lety

      Because in input i had given required in the input tag that's why it happens😊... And congratulations for finishing this program ❤️🎊

  • @ManoelMatias112358
    @ManoelMatias112358 Před 2 lety +3

    Great video, congratulations!

  • @RahulKumar-bk1ss
    @RahulKumar-bk1ss Před 4 lety +3

    Great 👌

  • @israilgulzar7936
    @israilgulzar7936 Před 4 lety +3

    Good v good...
    Bhai aap se ek request he ke aap psd file se codding me kese convert kete he .... Os pr ek video banao kyu ki ye hm ko nhi aata or aap to background me teach bhi kr te ho to voh bhoot hi intreasted ho ga ....agr comment thik lage to replay zaroor kr na🙂☺

    • @CodingLabYT
      @CodingLabYT  Před 4 lety

      Meh samjaa nahin... 🤔

    • @israilgulzar7936
      @israilgulzar7936 Před 4 lety +1

      @@CodingLabYT ya ni aap graphic file ko codding kr ke batav...

    • @israilgulzar7936
      @israilgulzar7936 Před 4 lety +1

      @@CodingLabYT web devloper ke pas graphic file aate hi or phir voh os ke mota bik codding kr ta he.....to ye chiz kr ke hm ko dikho or sikhav...plz🙂☺

    • @israilgulzar7936
      @israilgulzar7936 Před 4 lety +1

      Agr ab bhi samj me nhi aa ya to batav me or achche se explain kru ga ...thNks a lot..

    • @CodingLabYT
      @CodingLabYT  Před 4 lety

      Lekin bro meh ish channel pe ush type k videos nahin dalta...agar aap Instagram pe contact karo toh batadunga - instagram.com/coding.np

  • @Gulliver626
    @Gulliver626 Před 2 lety +1

    What theme do you use? I like how it looks and I can't find it

  • @bibekedits1234
    @bibekedits1234 Před 10 měsíci

    Nepali ho tmi bro😂, kuna vandai thau😅.. improve vairaaxa hindi. Goodjob

  • @tejaswinimannuru9729
    @tejaswinimannuru9729 Před 3 lety +1

    Thank you so much sir

    • @CodingLabYT
      @CodingLabYT  Před 3 lety +1

      It’s my pleasure 😊❣️

    • @tejaswinimannuru9729
      @tejaswinimannuru9729 Před 3 lety

      @@CodingLabYT sir if I want login box placed in right side of the page which attribute should I use

    • @CodingLabYT
      @CodingLabYT  Před 3 lety +1

      Cut place items of html,body and add align items center and justify items end

  • @samkelopj
    @samkelopj Před 9 měsíci

    which ide and live preview u using?

  • @qtn.gaming
    @qtn.gaming Před 5 měsíci

    How to use it for blogspot?

  • @riyabakshi2885
    @riyabakshi2885 Před 3 lety +1

    which code editor you use?

  • @simulationtechtutorials

    Everything done , where should I paste html and css code in blogger

    • @CodingLabYT
      @CodingLabYT  Před 3 lety

      From Edit Html bro or You can watch youtube videos

  • @leinhhieu8782
    @leinhhieu8782 Před 3 lety

    thank sir

  • @learningpoint7237
    @learningpoint7237 Před 3 lety

    sir i use
    .wrapper form .field input:focus ~label,
    .wrapper form .field input:focus ~label{
    top:0%;
    color:#4158d0;
    font-size:16px;
    }
    but its no working.... when i use only input:focus then it's working. this problem also another form which i practice yesterday.... your tutorial is very well bt maybe i make mistake anywhere.... what i can do now? if you have time please suggest me although i am finding this solution from google and youtube.... thank you sir.

    • @learningpoint7237
      @learningpoint7237 Před 3 lety +1

      i mean when i use to effect like focus and valid then it's working for only valid effect... sry make type mistake in First comment... correct is ---> input:focus ~ label, input:valid ~ label{}

    • @CodingLabYT
      @CodingLabYT  Před 3 lety +1

      Just follow the code step by step bro you will get idea.. I have explained very carefully

    • @learningpoint7237
      @learningpoint7237 Před 3 lety

      @@CodingLabYT insaAllah i will try again and again.....

    • @learningpoint7237
      @learningpoint7237 Před 3 lety +1

      @@CodingLabYT alhamdulillah at last solve my problem actually i did not add required to input field that's why "input:valid" did not work..... thanks to you for make video for us....

    • @CodingLabYT
      @CodingLabYT  Před 3 lety +1

      Now you will never forget to add required in the input tag.. That's why I had said follow the code from video, It is really boost your experiences.