Advertisement
Sabbir-bin

Untitled

Dec 13th, 2021
1,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. //index.html file
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6.     <title>Search</title>
  7.     <link rel="stylesheet" type="text/css" href="style.css"/>
  8. </head>
  9. <body>
  10.     <form action="search.php" method="GET">
  11.         <label>Country name: </label>
  12.         <input type="text" name="query" />
  13.         <input type="submit" value="Search" />
  14.     </form>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement