Learn How To Make a Login form and how to hide password and display password in login form using HTML CSS and JavaScript
❤️ SUBSCRIBE:
❤️ Complete website Using HTML and CSS
✔️ 8 Complete website step by step
✔️ Source Code Download
✔️ 76 Lectures, 12 Hours Video
✔️ Course Completion certificate
👉
Here in this video you will lean to create a login form using HTML and CSS, where you can hide the text in Password field with a toggle option. In one click you will be able to change the toggle icon and hide or display the input value in the password input field.
You may like below tutorials:
Make Login and Registration System with PHP & MySQL
►
Make Working contact form
►
Make Full Website With HTML CSS & Bootstrap
►
————————————-
Find all my coding video source code in community tab (only members can see). Use below link to join channel membership:
►
————————————-
Image Credit:
————————————-
Like – Follow & Subscribe us:
► YouTube:
► Facebook:
► Twitter:
Nguồn: https://midlandlangarseva.com/
Xem thêm bài viết khác: https://midlandlangarseva.com/giai-tri/
Another great tutorial, thanks! I notice that changing the place holder text to white works in most browsers but not Microsoft Edge. All the work arounds I have found online and tried have failed any ideas?
Great job brother
Hiw to create "Password Input Box" with following conditions?
1. Password must contain at least one "Special Charactet".
2. Password must contain at least one "Capital Letter".
3. Password must contain at least one "Numerical Letter".
Please make a new video on this topic.
Gracias mi hermano Indu.
Un hechizo simple pero inquebrantable 😁🙏🏼
Nice and easy.
Good job
When someone register or login then where the user data is saved and reviewed
brother its awsome
can u please demostrate that how we can add user ids and thier passwords to it
Such a great teacher you are!!!
Ага в 20к20 юзать var вместо let
Bro that hiding button is not working
solved!!! if(x=="text")
i should write if(x.type=="text")
…thanks a lot!!!
i liked your video but the hide function doesn't work: let x=document.getElementById("input2");
let z=document.getElementById("hide2");
let y=document.getElementById("show2");
if(x=="text")
{
x.type='password';
y.style.display="block";
z.style.display="none";
}
else{
x.type="text";
y.style.display="none";
z.style.display="block";
}
when i press the second icon inside the span it does nothing!!!please help me.@!!!thnaks a lot
how the code inside form box is taking the text to the middle?? at 2.50 mins
Bro the programme and is not working…
nice video thanks
I think you need a better pc😅
very good explanation sir.i want this only sir.thank u
Eye icon can't run
hi! if i want the form box other color, for ex, white, what code should i input?
Can you Send a Google Doc to Download coding
Wowwww
bro my background image is not coming
Thankyou so much
can u explain me how to redirect to another page when we the click the login button
Thank you from China!
thank you for making videos
DM me if you want the source code twitter@QASIMUOK
Not working as shown😑
Sir Hindi me video bnao naa please
My eye icon didnt shift to right
I have write the same code but it was not running
I think you give correct code only to your members
How much foolish you are
You don't give source code as you want to get money through us
Very bad
This is the wrostest channel on YouTube
Good video sir! Thank you, you are amazing.