Weather Api Form(HTML)

 <!DOCTYPE html>

<html lang="en" dir="ltr">

  <head>

    <meta charset="utf-8">

    <title>Weather App</title>

  </head>

  <body>

    <form action="/" method="post">

      <label for="city">City Name:</label>

      <input id="city" name="cityName"type="text">

      <button type="submit" name="button">Go</button>


    </form>

  </body>

</html>


Comments

Popular posts from this blog

To read data from database using mongo driver

To do list (without styling and css)

Template, layout and scope