<!DOCTYPE html> <html lang="en"> <head> <title>Google Advanced Search</title> <link rel="stylesheet" href="Index.css"> <style> input { width: 500px; height: 20px;} </style> </head> <body> <div class="advblock"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/1200px-Google_2015_logo.svg.png" width="90"> <a href="Index.html" style="padding-left:1200px;"> Google Search </a> </div> <div> <form action="https://www.google.com/search" style="font-family:Arial;"> <p style="color:red; font-size:20px"> Advanced Search </p> <hr> <p> Find pages with... </p> <p> <label> these words: </label> <input type="text" name="as_q"> </p> <p> <label> this exact word or phrase: </label> <input type="text" name="as_epq"> </p> <p> <label> any of these words: </label> <input type="text" name="as_oq"> </p> <p> <label> none of these words: </label> <input type="text" name="as_eq"> </p> <p style="padding-left: 590px;"> <input class="advsubmit" type="submit" value="Advanced Search"> </p> </form> </div> </body> </html>