Skip to main content

Posts

Showing posts from January, 2021

create a NOTE app by HTML-JS | Design for note app | App challenge

 CREATING A STICKY NOTE APP WITH HTML AND JS WITH EXPLAIN IN HINDI Hello There..! Here is the sticky note app code of html . 👇👇👇👇👇👇 <!DOCTYPE html> <html>     <head>         <title>Clock + to-do app</title>         <script src="https://code.jquery.com/jquery-3.1.1.js"></script>         <script type="text/javascript">           function app(){ var today = new Date(); var date = today.getDate(); var montharr = ["January","February","March","April","May","June","July","August","September","October","November","December"]; var month = montharr[today.getMonth()]; var year = today.getFullYear(); $("#date").text(date + " " + month + "," + " " + year); var h = today.getHours(); var m = today.getMinutes(); var s = today.getSeconds(); var ampm = ""; if(h&l

Instagram Login clone by HTML | Html Code for insta 2021

  MAKE THE INSTAGRAM LOGIN PAGE BY HTML                                                            Instagram login clone HTML FILE -      <!DOCTYPE html> <html> <head>   <script src="insta_clone.js">   </script>   <link rel="stylesheet" href="insta_clone.css">   <script src="https://kit.fontawesome.com/7067f9ae94.js" crossorigin="anonymous"></script>   <meta charset="UTF-8">   <title>title</title> </head> <body onload="myFunction()" style="margin:0;">   <div id="loader"><i class="fab fa-instagram"></i></div>   <div style="display:none;" id="myDiv" class="animate-bottom">     <div class="container">         <div class="head">           <div class="txt"><p><b>Instagram</b><br><sp