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 3.2.0</title> | |
</head> | |
<body> | |
<div class="all" id="one"></div> | |
<div class="all" id="two"></div> | |
<div class="all" id="three"></div> | |
<div class="all" id="four"></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>Page Art and Stuff</title> | |
</head> | |
<body> | |
<div class = "A" id = "b"></div> | |
<div class = "A" id = "d"></div> | |
<div class = "A" id = "h"></div> | |
<div class = "A" id = "e"></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>Page Art and Stuff</title> | |
</head> | |
<body> | |
<div class = "A" id = "b"></div> | |
<div class = "A" id = "d"></div> | |
<div class = "A" id = "h"></div> | |
<div class = "A" id = "e"></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>Page Art and Stuff</title> | |
</head> | |
<body> | |
<div class = "A" id = "b"></div> | |
<div class = "A" id = "d"></div> | |
<div class = "A" id = "h"></div> | |
<div class = "A" id = "e"></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>jQuery Practice 1</title> | |
</head> | |
<body> | |
<h1>The jQuery Site</h1> | |
<div id="info"></div> | |
<div id="cool"> jQuery is cool I guess</div> | |
<img id="pic" src="www.fake.com"> |
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 Puns</title> | |
</head> | |
<body> | |
<h1>Code2College Pun-A-Thon</h1> | |
<hr> | |
<div id="joke-1"> What kind of cheese doesn't belong to you? | |
</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>Name Exercise</title> | |
</head> | |
<body> | |
<h1> What is your name? </h1> | |
<input id = "Place" placeholder = "Your name here"> | |
<button id = "Button" > Say Hello! </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>Name Exercise</title> | |
</head> | |
<body> | |
<h1> What is your name? </h1> | |
<input id = "Place" placeholder = "Your name here"> | |
<button id = "Button" > Say Hello! </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>Name Exercise</title> | |
</head> | |
<body> | |
<h1> What is your name? </h1> | |
<input id = "Place" placeholder = "Your name here"> | |
<button id = "Button" > Say Hello! </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>Name Exercise</title> | |
</head> | |
<body> | |
<h1> What is your name? </h1> | |
<input id = "Place" placeholder = "Your name here"> | |
<button id = "Button" > Say Hello! </button> |