HarvardX / search / Indexi.html
Indexi.html
Raw
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Google Image Search</title>
        <link rel="stylesheet" href="Index.css"> 
    </head>
    <body>
        <div style="text-align:right;">
            <a href="Index.html"> Google Search   </a>
        </div>
        <div class="block">
            <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Google_Images_2015_logo.svg/1200px-Google_Images_2015_logo.svg.png" width="275">
            <form action="https://www.google.com/search">
                <p> <input class="searchbar" type="text" name="q"> 
                    <input type="hidden" name="tbm" value="isch">
                    <input class="imagesubmit" type="submit" value=" ">
                </p>
            </form>
        </div>
    </body>
</html>