You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements such as <title> and <meta> must be placed within the page's
<head> element
Elements such as <p>, <nav>, <div>, etc. should be placed within the
page's <body> element
Ensure ids are unique
Prefer appending attribute values instead of declaring redundant attribute
names
For example, if adding a class of c-card--featured, add it to the existing
class declaration (class="c-card c-card--featured", not class="c-card" class="c-card--featured")
Avoid using emoji and other exotic characters as values for attributes such as
class, id, data, and aria-*.