Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Assignment 3 CSO3005</title>
  4.         <meta charset="UTF-8">
  5.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.  
  7.     </head>
  8.  
  9.     <body>
  10.        
  11.    <form action="/my-handling-form-page" method="get">
  12.        
  13.        <fieldset>    
  14.            <legend>  Get the capital city of a Country:</legend> <br/>
  15.  
  16.     <label for="country">Country:</label>
  17.          <select id="src">
  18.     <option id="src" >--Select--</option>
  19.         </select>
  20.    
  21.    
  22.    
  23.     </select> <br> <br>
  24.  
  25.     <button type="submit">Submit</button>
  26.  
  27.        </fieldset>
  28.    
  29. </form>
  30.        
  31.  
  32.     </body>
  33.    
  34.    
  35. </html>
  36.  
  37. <script src="js/country.js"> </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement