Markup Review
Website of a design company based in California.
The header is nice and neat containg a single h1 and some added text in a p element. The main navigation is also nicely contained in a nav element although it could have been part of the header (it doesn’t have to be though).
The page content is located within a section element with no heading so it’s really only acting as a container where a div would have been more appropriate. Each list item then contains an article element which again has no heading and so a div would be more appropriate.
Nice to see the tel and email input types being used in the contact form.
