Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions patricia-santana-profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<html>
<head> <style type="text/css">
p {
color:#663366;
font-family:helvetica;
font-size:300%;
}
</style>
</head>
<body>
<div>
<p> Patricia Star </p>

<div>
<img src="https://thecommonconstitutionalist.files.wordpress.com/2012/08/patricia-star.jpg" />
<div>
<p>What I'm saying in 2015: </p>
<p>"I'm tired of pretending to be someone I'm not"-Patricia Star </p>
</div>
</div>
<p id="demo">YYYYYY</p>
<p id="place"></p>
<p id="food"></p>
<script>
var store= "Home Depot"
document.getElementById("demo").innerHTML=store
var favoritePlace="NEW YORK"
document.getElementById("place").innerHTML=favoritePlace
var favoriteFood="Pizza"
document.getElementById("food").innerHTML=favoriteFood
</script>

</body>

</html>