taylorrathbun / single-serving

All you need to know about Kylie Cosmetics
https://taylorrathbun.github.io/single-serving/
0 stars 0 forks source link

Html Validation #2

Open taylorrathbun opened 4 years ago

taylorrathbun commented 4 years ago

I am having the same issue with this repo... I single-serving html1 ![Uploading single-serving html2.png…]()

have tried to fix these errors, but every time I do i seem to create more. Could you give me some guidance?

jgagne commented 4 years ago

The first couple of img issues are with the width and height values. Use a whole pixel value, no decimals. 5.76 would be come 6, but that seems a bit small.

And the other issues are related to nesting and missing end tags, for example:

https://github.com/taylorrathbun/single-serving/blob/211043bbf765dc17e97edcaac394d4c467fbf932/index.html#L47

Should be:

<li><strong><a href="#introduction">Background</a></strong></li>

And so on…