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>Four Functions</title> | |
</head> | |
<body> | |
<!-- Put your page markup here --> | |
</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>Four Functions</title> | |
</head> | |
<body> | |
<!-- Put your page markup here --> | |
<div>Cubed of 3: <div id="cubed"></div></div> | |
<div>lastYear: <div id="lastYear"></div></div> | |
<div>Greeting: <div id="greeting"></div></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>Four Functions</title> | |
</head> | |
<body> | |
<!-- Put your page markup here --> | |
</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>Tiny Turtle</title> | |
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script> | |
</head> | |
<body> | |
<h1>Tiny Turtle</h1> | |
<canvas></canvas> | |
</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 an adjective --> </h1> | |
<h1 id = "verb"> This is an verb --> </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>Red's Happy Face</title> | |
</head> | |
<body> | |
<main> | |
<div> | |
<h1 class="hMood"></h1> | |
<img class="imgPicture" 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>My favorite site</title> | |
</head> | |
<body> | |
<div id="navbar"> | |
<div id="logo"></div> | |
<div id="searchbar"></div> | |
<div id="profile"></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>Make a navigation bar</title> | |
</head> | |
<body> | |
<ul class="navigation"> | |
<li><a href="#home">Home</a></li> | |
<li><a href="#news">News</a></li> | |
<li><a href="#about">About</a></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>My favorite site</title> | |
</head> | |
<body> | |
<div id="navbar"> | |
<div id="logo"></div> | |
<div id="searchbar"></div> | |
<div id="profile"></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>Position</title> | |
</head> | |
<body> | |
Hide the ice-cream scoops which are above the glass! | |
<div class='full-sundae'> | |
<div id="top-cherry" class='cherry'></div> | |
<div class='whipped-cream'></div> |
NewerOlder