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>jQuery Arguments with Homer{</title> | |
</head> | |
<body> | |
<h1>Can I have another donut?</h1> | |
<img src="https://upload.wikimedia.org/wikipedia/en/0/02/Homer_Simpson_2006.png"> | |
<div> | |
<button>Click to reply</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> | |
test | |
</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>ScriptEd Pizza Party!!!!</title> | |
</head> | |
<body> | |
<h1>ScriptEd Pizza Party!</h1> | |
<p>You've been working hard learning HTML and CSS all year. Now it's time to party!</p> | |
<img src="https://media.giphy.com/media/n4bfFCgA57eBW/giphy.gif"> | |
<h2>Details</h2> |
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>ScriptEd Pizza Party!!!!</title> | |
</head> | |
<body> | |
<h1>ScriptEd Pizza Party!</h1> | |
<p>You've been working hard learning HTML and CSS all year. Now it's time to party!</p> | |
<img src="https://media.giphy.com/media/n4bfFCgA57eBW/giphy.gif"> | |
<h2>Details</h2> |
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>02.1 CSS Selectors Ransom Note </title> | |
</head> | |
<body> | |
<h1>Ransom Note</h1> | |
<ul> | |
<li>I may</li> | |
<li><h6>have</h6><h1>hid</h1><h4>den</h4><h3>the</h3>pri</li> |
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>Alert Functions!</h1> | |
<img src="https://media.giphy.com/media/wUklsDLTLcUBW/giphy.gif"> | |
</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> | |
<h1>Alert Functions!</h1> | |
<img src="https://media.giphy.com/media/wUklsDLTLcUBW/giphy.gif"> | |
</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> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> | |
<meta charset="utf-8" /> | |
<script> | |
</script> | |
<title>JS-Grid We Do</title> | |
</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>Timer Beyonce</title> | |
</head> | |
<body> | |
<button id="start">Show me Beyonces!</button> | |
<div id="beyonces"></div> | |
</body> | |
</html> |
NewerOlder