coadybyrne / solution-content-to-code

0 stars 0 forks source link

Solution to content-to-code assignment... #1

Open coadybyrne opened 2 years ago

coadybyrne commented 2 years ago

@sharmahAC

  1. Body (body) ~Primary content of the page

  2. Header (h1) ~ Main "big" header

  3. Time (time datetime="…") ~ Date of the event

  4. Paragraph (p) ~ Generic body of text

  5. Video Insert (video poster="…") ~ Video inserted into the page

  6. Header (h2) ~ Sub-Heading for the content below

  7. Paragraph (p) ~ Generic body of text

  8. Paragraph (p) ~ Assuming the "8" box refers just to the word "for" then it's a body of text.

  9. Data (data value="…") ~ Price of the tickets

  10. Data (data value="…") ~ Days the event runs

  11. Clickable Hyperlink (a) ~ Hyperlink to purchase tickets

  12. Header (h2) ~ Sub-Heading for the content below

  13. Unordered List (ul) ~ List of names, in no particular order

  14. List Item (li) ~ One of many listed names

  15. Header (h2) ~ Sub-Heading for the content below

  16. Description List (dl) ~ A series of games and descriptions

  17. Item Title (dt) ~ Title of the game in question

  18. Item Description (dd) ~ Description of the previously-titled game

  19. Header (h2) ~ Sub-Heading for the content below

  20. Blockquote (blockquote) ~ Stand-alone quotes

  21. Quote (q) ~ The actual quote in-question

  22. Footer (footer) ~ Indented footer to the quote, containing citations

  23. Cite (cite) - Italics (i) ~ Citations for the above quote

  24. Header (h2) ~ Sub-Heading for the content below

  25. Address (address) - Italics (i) ~ Location of the event

sharmahAC commented 2 years ago

1 - main 8 - strong 10 - time 21 - p @coadybyrne