HarvardX / search / Index.html
Index.html
Raw
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Google Search</title>
        <link rel="stylesheet" href="Index.css"> 
    </head>
    <body>
        <div style="text-align:right;">
            <a href="Indexi.html"> Images &nbsp</a>
            <a href="Indexa.html"> Advanced Search </a>
        </div>
        <div class="block">
            <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/1200px-Google_2015_logo.svg.png" width="275">
            <form action="https://google.com/search">
                <p> <input class="searchbar" type="text" name="q"> </p>
                <p> <input class="searchsubmit" type="submit" value="Google Search"> 
                    <input class="searchsubmit" type="submit" name=btnI value="I'm Feeling Lucky">
                </p>
            </form>
        </div>
    </body>
</html>