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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>CSS Zen Garden: The Beauty of CSS Design</title> | |
| <link rel="stylesheet" type="text/css" href="zenstarter.css"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
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>Do Now 5.1.0</title> | |
| </head> | |
| <body> | |
| <button id = "magic">Click Here</button> | |
| <button id = "appear">Click Here to make words appear</button> | |
| <h1>Make this text hide</h1> | |
| </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>Do Now 5.1.0</title> | |
| </head> | |
| <body> | |
| <button id = "magic">Click Here</button> | |
| <button id = "appear">Click Here to make words appear</button> | |
| <h1>Make this text hide</h1> | |
| </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> | |
| </head> | |
| <body> | |
| <h1>What is Your Name?</h1> | |
| <input id="MEME"> | |
| <button id="DANK">Say Hi</button> | |
| </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>jQuery Fun House Starter Code</title> | |
| </head> | |
| <body> | |
| <div class="section"> | |
| <h1>What is your name? | |
| <input id="name"> | |
| </h1> |
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>Mario Challenge</title> | |
| </head> | |
| <body> | |
| <h1>Mario JQuery Challenge!</h1> | |
| <button id="start">Start Game</button> | |
| <div id="board"> | |
| <div id="game"> |
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>jQuery Fun House Starter Code</title> | |
| </head> | |
| <body> | |
| <div class="section"> | |
| <h1>What is your name? | |
| <input id="name"> | |
| </h1> |
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>jQuery Fun House Starter Code</title> | |
| </head> | |
| <body> | |
| <div class="section"> | |
| <h1>What is your name? | |
| <input id="name"> | |
| </h1> |
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>FishBook</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="navigation"> | |
| Fish | |
| <button class="" id="dolphin">Dolphin</button> |
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> | |
| <input><button>Submit</button> | |
| <div>You guessed:</div><div id="word"></div> | |
| <div id="WL"></div> | |
| </body> |