This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| </head> | |
| <body> | |
| <h1>Hide the giraffe</h1> | |
| <img src="https://dl.dropboxusercontent.com/u/364501990/animals_hero_giraffe_1_0.jpg"> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| <script defer src="https://cdn.rawgit.com/outoftime/c405972c7971f291af983729b23ba862/raw/2f1a97e9068947571dab7fea4413fe62d2520107/starter.js"></script> | |
| </head> | |
| <body> | |
| <img src="http://vignette3.wikia.nocookie.net/prehistoricpark/images/5/59/Running-cheetah.jpg/revision/latest?cb=20140616041414" id="cheetah" class="animal"> | |
| <img src="https://upwithmarc.files.wordpress.com/2015/05/gazelle-image-01.jpg" id="gazelle" class="animal"> | |
| </body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| <script defer src="https://cdn.rawgit.com/outoftime/c405972c7971f291af983729b23ba862/raw/2f1a97e9068947571dab7fea4413fe62d2520107/starter.js"></script> | |
| </head> | |
| <body> | |
| <img src="http://vignette3.wikia.nocookie.net/prehistoricpark/images/5/59/Running-cheetah.jpg/revision/latest?cb=20140616041414" id="cheetah" class="animal"> | |
| <img src="https://upwithmarc.files.wordpress.com/2015/05/gazelle-image-01.jpg" id="gazelle" class="animal"> | |
| </body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| <script defer src="https://cdn.rawgit.com/outoftime/c405972c7971f291af983729b23ba862/raw/4ae74257783111dc2e01e85a2d6a666a097f9aca/starter.js"></script> | |
| </head> | |
| <body> | |
| <img src="http://vignette3.wikia.nocookie.net/prehistoricpark/images/5/59/Running-cheetah.jpg/revision/latest?cb=20140616041414" id="cheetah" class="animal"> | |
| <img src="https://upwithmarc.files.wordpress.com/2015/05/gazelle-image-01.jpg" id="gazelle" class="animal"> | |
| </body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 
<!DOCTYPE html> <html><head>
        <title>Page Title</title>
    <style>h2 {
    text-align: center;
}

img {
    max-width: 35vw;
    max-height: 35vh;
    cursor: pointer;
    margin: 5vh 5vw;
}</style></head>
   |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| </head> | |
| <body> | |
| <h2>Rock-Paper-Scissors</h2> | |
| <img id="rock" src="http://3.bp.blogspot.com/-KHc70esXncY/T76RN0I7mKI/AAAAAAAAOwg/8xUnLhIcHGU/s1600/key%2Bholder.jpg"> | |
| <img id="paper" src="http://www.clipartkid.com/images/140/college-ruled-piece-of-paper-with-binder-ring-holes-jpg-binder-paper-tjAYKV-clipart.jpg"> | |
| <img id="scissors" src="http://www2.fiskars.com/var/fiskars_amer/storage/images/frontpage2/products/crafting-and-sewing/scissors-and-shears/non-stick-detail-scissors-no.-5/14334-16-eng-US/Non-stick-Detail-Scissors-No.-5.jpg"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| </head> | |
| <body> | |
| <h2>Rock-Paper-Scissors</h2> | |
| <img id="rock" src="http://3.bp.blogspot.com/-KHc70esXncY/T76RN0I7mKI/AAAAAAAAOwg/8xUnLhIcHGU/s1600/key%2Bholder.jpg"> | |
| <img id="paper" src="http://www.clipartkid.com/images/140/college-ruled-piece-of-paper-with-binder-ring-holes-jpg-binder-paper-tjAYKV-clipart.jpg"> | |
| <img id="scissors" src="http://www2.fiskars.com/var/fiskars_amer/storage/images/frontpage2/products/crafting-and-sewing/scissors-and-shears/non-stick-detail-scissors-no.-5/14334-16-eng-US/Non-stick-Detail-Scissors-No.-5.jpg"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| </head> | |
| <body> | |
| hi | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| </head> | |
| <body> | |
| Hey | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Page Title</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |