Skip to content

Instantly share code, notes, and snippets.

@dannydi12
Last active September 27, 2019 19:37
Show Gist options
  • Save dannydi12/c973a3b910e0e0aeaf2d69656b47a9d5 to your computer and use it in GitHub Desktop.
Save dannydi12/c973a3b910e0e0aeaf2d69656b47a9d5 to your computer and use it in GitHub Desktop.
1) Does the <section> element get nested in the <main> element or is that not following best practices?
2) I don't understand the viewport parameter being passed through the meta tag. What is the purpose? Can't you do things like that with CSS?
3) What if all the header tags aren't the right size for your site? What do you do then?
4) For the link tag, what is the difference between the "rel" and "type" parameters?
5) I understand that charset defines the character encoding but is there no standard encoding that the browser can assume? I've seen some websites with improper encodings where they will end up with random characters where an apostrophe is supposed to be for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment