Posts

Showing posts from January, 2022

How to make a image slider using HTML CSS and JavaScript

 The HTML code is here:- <!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">   <title>HTML</title>      <!-- HTML -->      <!-- Custom Styles -->   <link rel="stylesheet" href="style.css">    <script src="https://kit.fontawesome.com/d2f9ebebd7.js" crossorigin="anonymous"></script> </head> <body>   <div class="main">          <img src="https://www.w3schools.com/howto/img_nature_wide.jpg" alt="nature" />        <img src="https://www.w3schools.com/howto/img_snow_wide.jpg" alt="snow" />        <img src="https://www.w3schools.com/howto/img_mountains_wide.jpg" alt="mountain" /&g

How to make a login page using HTML CSS and JavaScript with source code

 The HTML code is here:- <!DOCTYPE html> <html lang="en"> <HTML> <head>   <meta charset="UTF-8">   <meta http-equiv="X-UA-Compatible" content="IE=Edge">   <meta name="viewport" content="width=device-width, initial-scale=1">   <title>login page</title>      <!-- HTML -->      <!-- Custom Styles -->   <link rel="stylesheet" href="style.css">   <script src="https://kit.fontawesome.com/d2f9ebebd7.js" crossorigin="anonymous"></script> </head> <body>    <div class="login">   <!--image-->   <input type="file" name="flie" id="image5" value="" accept="image/*" style="display: none;"/>           <div id="preview">             <label for="image5" id="uploder">           <i