Open Eric02Carchidi opened 2 years ago
@wendywarren because of the way I submitted it thought I was pasting actual code.
Content to code answers
body- Covers all the website page h1- Main title of the website time- Displaying a date p- First paragraph video- Video ready to play h2- Subtitle p- Line of type p- Line of type strong- Important information in bold pddD- Number of days href- Link to “buy now” h2- Subtitle ol- This list is alphabetical p- Line of type h2- Subtitle p- Line of type dl- This list shows games to play dd- and has a brief description of the game. h2- Subtitle p- Line of type q- This is a quote from a fan p- Line of type cite- This cites the fan who said the quote h2- Subtitle address- location/address
Thanks @Eric02Carchidi!
You weren't the only one to do that so not a problem. This makes it much easier to read. :)
I have just a few corrections for you to review.
<main>
as it's the primary content for the page.<strong>
because the whole line was meant to be emphasized with a sense of urgency saying the tickets were on sale for 4 days, buy now! 9 would use <data>
for the price.<time>
element. PddD would be the format for the period of days you'd place within the datetime attribute.<ul>
but the list is in alphabetical order so I do see why you decided that but <ol>
items display with a preceding marker of either a number or letter. Example: 1.,2.,3., or a., b., c., etc...https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol
<li>
- list item<dl>
- Description list—a grouping of terms and definitions.<dt>
- Description title, the term of the item. Must come before the <dd>
- Description definition, the data, or text of the item. Can be multiple <dd>
tags underneath one <dt>
.<p>
and <footer>
was nested within a <blockquote>
I hope the tags above make sense once you take another look at the reference pdf. Please don't hesitate to reach out if you have any questions. :)
Thanks, Wendy
@wendywarren
Content to code
Covers all the website pageMain title of the website