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> | |
| <p>If the number is greater than 0 and less than 100, append "That's a small number."</p> | |
| <p>If the number is greater than or equal to 100 and less than 1000, append "That's a medium number"</p> | |
| <p>If the number is greater than 1000, append "That's a large number."</p> | |
| <input> |
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> | |
| <p>If the number is greater than 0 and less than 100, append "That's a small number."</p> | |
| <p>If the number is greater than or equal to 100 and less than 1000, append "That's a medium number"</p> | |
| <p>If the number is grreater than 1000, append "That's a large number."</p> | |
| <input> |
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> |
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>Welcome To Javascript Variables</title> | |
| </head> | |
| <body> | |
| <h1>Welcome to Javascript</h1> | |
| <div> | |
| <span>Your Name: </span> | |
| <input type="text" id = "name"> |
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>Welcome To Javascript Variables</title> | |
| </head> | |
| <body> | |
| <h1>Welcome to Javascript</h1> | |
| <button>CLICK ME</button> | |
| <p></p> | |
| </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>Parts of Speech: We Do</title> | |
| </head> | |
| <body> | |
| <h1 id = "header">This is a page about the parts of speech</h1> | |
| <h1 id = "noun"> This is a noun --> </h1> | |
| <h1 id = "adj"> This is a adjective --> </h1> | |
| <div id ="sentence"></div> |
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>Tiny Turtle</title> | |
| <script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script> | |
| </head> | |
| <body> | |
| <h1>Tiny Turtle</h1> | |
| <canvas></canvas> | |
| <button class="change-color">Change color</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>Parts of Speech: We Do</title> | |
| </head> | |
| <body> | |
| <h1 id = "header">This is a page about the parts of speech</h1> | |
| <h1 id = "noun"> This is a noun --> </h1> | |
| <h1 id = "adj"> This is a adjective --> </h1> | |
| <div id ="sentence"></div> |
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>Tiny Turtle</title> | |
| <script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script> | |
| </head> | |
| <body> | |
| <h1>Tiny Turtle</h1> | |
| <canvas></canvas> | |
| <button class="change-color">Change color</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>Tiny Turtle</title> | |
| <script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script> | |
| </head> | |
| <body> | |
| <h1>Tiny Turtle</h1> | |
| <canvas></canvas> | |
| <button class="change-color">Change color</button> |