Open ackleyd1 opened 7 years ago
Well, now I'm hungry. 😛
I only see one area for improvement:
The values of HTML attributes should never actually be empty. There are some attributes like disabled
that don't have values at all, but for empty quotes like this:
<img src="cheesypotatoes.jpg" alt="">
<aside class="">
The attributes should either be removed completely or a value should be provided. For example, the alt
attribute is actually required on img
elements, so would fill this one in with something like Cheesy potatoes
. For the aside
above, I'd just remove the class
attribute altogether.
Haha i was trying to think of random rating scales, the calvin and hobbes was intentional but the others were just me trying to think of random combinations of words. I also thought itd be pretty cool if a chimpanzee could be your taxi driver hahhah :)
Should be fixed 👍
Looks great! :shipit:
@chrisvfritz Can you take a look at this? It's hosted here and meets the following criteria:
nav
element at the top of the page that includes (fake) links to other pagesmain
element appropriatelyarticle
,header
, andfooter
element and one or moresection
elementsfigure
andfigcaption
to show what each product looks likenav
element with one or more links to related products (the links don't have to go anywhere)aside
in one or more products to advertise a promotion or discount for that productI liked the recipe project idea so i tried that