html/README.md
<title> and <meta> must be placed within the page's
<head> element<p>, <nav>, <div>, etc. should be placed within the
page's <body> elementids are uniquec-card--featured, add it to the existing
class declaration (class="c-card c-card--featured", not class="c-card" class="c-card--featured")class, id, data, and aria-*.<button> elements instead of <a> elements for actions.
type="button" for button elements used outside of forms to prevent the
browser from trying to submit form datahref attribute for <a> elements with a valid location