Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing title ,Added missing <p> tags around Sincerely, and the <span… #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
24 changes: 11 additions & 13 deletions 2-properties/12-invitation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<link href="styles.css" rel="stylesheet" />
<title></title>
<title>Invitation</title>
</head>
<body>
<div id="invite-wrapper">
Expand All @@ -13,21 +13,19 @@ <h1>You're Invited!</h1>
</p>
<p>
Expect an unforgettable night filled with live music, delicious drinks, and mouthwatering hors d'oeuvres. The dress code is cocktail attire, so put on your most stylish outfit and get ready to mix and mingle with some of the brightest minds and biggest hearts around.
</p>
<p>
We can't wait to see you there!
</p>
</div>
<p id="itinerary">
</p>
<p>
We can't wait to see you there!
</p>
</div>
<p id="itinerary">
Date: <br/>
Time: <br/>
Location: <br/>
RSVP by <span><!-- DATE HERE --></span> to let us know you'll be joining!
</p>
<p>
Sincerely,
</p>
<span><!-- YOUR NAME --></span>
</div>
</p>
<p>Sincerely,</p>
<p><span><!-- YOUR NAME --></span></p>
</div>
</body>
</html>