Created
April 24, 2017 14:47
-
-
Save jnf/d0b9e43890250f354ea5cd5481ca8350 to your computer and use it in GitHub Desktop.
This file contains 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 lang="en"> | |
<head> | |
<title>Doggo Domicile</title> | |
</head> | |
<body> | |
<h1>Let's Play House</h1> | |
<img src="http://rilane.com/images/2016148/cool-dog-house-with-roofdeck.jpg" alt="bulldog standing atop very cool doghouse"> | |
<script type="text/javascript"> | |
var house = { | |
"exterior": "wood siding", | |
"roof": "spanish tile", | |
"bedrooms": 2, | |
"bathrooms": 2, | |
"sqft": 1200, | |
"hasYard": true | |
} | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment