+ 2

help me

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Password Validation</title> <link rel="stylesheet" href="./styles.css" /> <script src="/sandbox.js"></script> <script src="https://kit.fontawesome.com/1e0fc78713.js" crossorigin="anonymous" ></script> <link href="https://fonts.googleapis.com/css2?family=Aleo:wght@300&family=Slabo+27px&display=swap" rel="stylesheet" /> </head> <body> <div class="container"> <h2>Password Validation</h2> <input type="password" id="password" placeholder="Enter password " oninput="check()" /> <br /> <div id="set"> <div id="count"> Length:0 </div> <i id="see" onclick="see()" class="fa-regular fa-eye"></i> </div> <div id="check0"> <i class="fa-reg

9th Mar 2023, 6:29 PM
Kingg Mester
Kingg Mester - avatar
9 odpowiedzi
+ 3
What is your problem? How can we help you?
9th Mar 2023, 6:33 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Run the code and do it when you run it. You will encounter an error. say it the what is problem ??
9th Mar 2023, 6:43 PM
Kingg Mester
Kingg Mester - avatar
+ 1
To your code run correctly you should put the code which in the styles.css file between the style tags <style></style> and the code in sandbox.js between the <script></script> Because you can not write the css codes or js codes in a separate file on this app
9th Mar 2023, 6:52 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Put your code in the code playground, then share your code here.
11th Mar 2023, 5:46 PM
Chris Coder
Chris Coder - avatar
0
Can you write the correct code here?
9th Mar 2023, 6:56 PM
Kingg Mester
Kingg Mester - avatar
0
Give me the code which in styles.css and sandbox.js to can help you
9th Mar 2023, 6:58 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Password Validation</title> <link rel="stylesheet" href="./styles.css" /> <script src="/sandbox.js"></script> <script src="https://kit.fontawesome.com/1e0fc78713.js" crossorigin="anonymous" ></script> <link href="https://fonts.googleapis.com/css2?family=Aleo:wght@300&family=Slabo+27px&display=swap" rel="stylesheet" /> </head> <body> <div class="container"> <h2>Password Validation</h2> <input type="password" id="password" placeholder="Enter password " oninput="check()" /> <br /> <div id="set"> <div id="count"> Length:0 </div> <i id="see" onclick="see()" class="fa-regular fa-eye"></i> </div> <div id="check0"> <i class="fa-reg
9th Mar 2023, 7:02 PM
Kingg Mester
Kingg Mester - avatar
0
No, I need the code which inside each of stylys.css file and sandbox.js file
9th Mar 2023, 7:04 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
0
Did you run this code here on this app or on your PC ? You linked a style sheet called styles.css which should has the css code and also linked the sandbox.js file which should have each of check() and see() functions
9th Mar 2023, 7:08 PM
Muhammad Galhoum
Muhammad Galhoum - avatar