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>Google Fonts</title> | |
</head> | |
<body> | |
<h1>Sherman's Shoe Store</h1> | |
<img src= "https://i.s-madewell.com/is/image/madewell/A4552_WE7780?$pdp_fs418$"> | |
<p> We sell shoes! Shoes of all kinds. </p> | |
<ul>Shoes we sell: |
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> | |
<div class="row"> | |
<div class="col-xs-12">1</div> | |
</div> | |
<!--WRITE THE HTML BELOW TO MATCH THE PICTURE ON SCREN. WHEN YOU ARE DONE CHANGE THE CSS TO MAKE YOUR OWN! --> |
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>Homework Grader</title> | |
</head> | |
<body> | |
<h1> Second Grade End of Year Test </h1> | |
<div id= "englishDiv"> | |
<h3> English Language Arts </h3> | |
<p> What is the abbreviation for Monday? </p> |
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>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> | |
<body> | |
Paragraph one is the best paragraph of all! | |
Paragraph two is pretty sweet too though! | |
No way! Paragraph three is definitely the best, no comparison. | |
</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>HTML Tags</title> | |
</head> | |
<body> | |
Paragraph one is the best paragraph of all! | |
Paragraph two is pretty sweet too though! | |
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>HTML Links and Images</title> | |
</head> | |
<body> | |
<h1>Best Webpage of 2016</h1> | |
<img src="http://www.arborbrothers.org/wp-content/uploads/2016/08/scripted_primary_mark_orange.png" > | |
<a href="https://scripted.org/">ScriptEd.org</a> | |
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 id="one"> one </h1> | |
<p id=" "> two </h1> | |
<p id=" "> three </h1> |