Skip to main content

Posts

How To Learn Coding || Coding कैसे सीखें || हिन्दी में

YouTube
Recent posts

Typing Speed Test Game in HTML CSS & JS

        Typing Speed Test Game in HTML CSS & JS Typing :> Stimulate your mind as you test your typing speed with this standard English paragraph typing test. Watch your typing speed and accuracy increase as you learn about a variety of new topics! Over 40 typing test selections available. If you don't like a test prompt, you can get a different (random) prompt with the "change test" button - or select a specific paragraph to type from the list below. To find out how fast you type, just start typing in the blank textbox on the right of the test prompt. You will see your progress, including errors on the left side as you type. In order to complete the test and save your score, you need to get 100% accuracy. You can fix errors as you go, or correct them at the end with the help of the spell checker.                  <HTML> + (JS) <!DOCTYPE html> <html lang="en" dir="ltr">   <head>     <meta charset="utf-8

How To Make A Digital Clock Using HTML CSS & JS With Glowing Effect

Each minute is a little thing, and yet, with respect to our personal productivity, to manage the minute is the secret of success.Each minute is a little thing, and yet, with respect to our personal productivity, to manage the minute is the secret of success.Each minute is a little thing, and yet, with respect to our personal productivity, to manage the minute is the secret of success.Each minute is a little thing, and yet, with respect to our personal productivity, to manage the minute is the secret of success.Each minute is a little thing, and yet, with respect to our personal productivity, to manage the minute is the secret of success.Each minute is a little thing, and yet, with respect to our personal productivity, to manage the minute is the secret of success.Each minute is a little thing, and yet, with respect to our personal productivity, to manage the minute is the secret of success.Each minute is a little thing, and yet, with respect to our personal productivity, to

How To Make A Registration Form Using HTML CSS

            [HTML FILE <!DOCTYPE html> <html lang="en" dir="ltr">         <!-- Designed By CodingBihar -->   <head>     <meta charset="UTF-8">     <title>Registration Form Example | CodingBihar</title>     <link rel="stylesheet" href="file:///storage/emulated/0/Android/data/com.teejay.trebedit/files/TrebEdit%20user%20files/style.css">        </head> <body>   <div class="wrapper">     <h2> New User Registration</h2>     <form action="#">       <div class="input-box">         <input type="text" placeholder="Enter your name" required>       </div>       <div class="input-box">         <input type="Email" placeholder="Enter your email" required>       </div>       <div class="input-box">         <input type="

How To Make A Glassmorphism Calculator Using HTML CSS & Vanilla Javascript

HOW TO MAKE A GLASSMORPHISM CALCULATOR USING                         HTML CSS & VANILLA JAVASCRIPT Calculator: The first solid-state electronic calculator was created in the early 1960s. Pocket-sized devices became available in the 1970s, especially after the Intel 4004, the first microprocessor, was developed by Intel for the Japanese calculator company Busicom. They later became used commonly within the petroleum industry(oil and gas) In this post, we will create a simple calculator for use on the web with the help of HTML, CSS, and javascript                                           [ HTML ] <!DOCTYPE html> <html lang="en"> <head> <!-- Designed By Coding Bihar -->  <meta charset="UTF-8">     <title>Calculator Example | Coding Bihar </title> </head> <body>     <div class="container">         <form class="calculator" name="calc">             <input ty

How To Make A Weather App Using HTML CSS & JS

How To Make A Weather App Using HTML CSS & JS Video Tutorials Click here Source Code  Paste This Code In Your HTML File                                  HTML FILE -------------------------------------------------------------------- <!DOCTYPE html> <html lang="en" dir="ltr">   <head>     <meta charset="utf-8">     <title>Weather App in JavaScript | CodingBihar</title>     <link rel="stylesheet" href="style.css">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <!-- Linking BoxIcon for Icon -->     <link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>   </head>   <body>     <div class="wrapper">       <header><i class='bx bx-left-arrow-alt'></i>Weather App</header>       <section class="input-part"