Skip to main content

Posts

Showing posts with the label Weather App

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'...