Guest User

Untitled

a guest
Dec 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. 1. The h1 is missing an end tag.
  2. 2. The closing p tag is missing a slash.
  3. 3. The strong element would be better than the b element.
  4. 4. Add the abbr element for Mass.
  5. 5. The book title would be better as a cite element that in italic text
  6. 6. The prize code example would be better as a kbd or samp element.
  7. 7. The text marked as italic in the last line should be emphasized (em).
  8.  
  9.  
  10. <h1>You Won!</h1>
  11. <p><strong>Congratulations!</strong> You have just won dinner for two at the highly acclaimed Blue Ginger restaurant in Wellesley, <abbr title+”Massachusetts”>Mass.</abbr> In addition to dinner, you will receive an autographed copy of Ming Tsai’s book, <cite>Blue Ginger</cite>. To redeem your prize, go to our site and enter your prize code (Example: <kbdRPZ108-BG</kbd>). We’re sure you’re going to <em>love</em> it!</p>
Add Comment
Please, Sign In to add comment