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
Line 133: We are instructed to add the 'link' tag to our HTML document, but that tag is rejected by the test as an invalid HTML structure. The test replies with the following:
Expected omitted end tag instead of self-closing element
I needed to adjust the line of code to exclude the '/' in order to pass the test. I assume this is an oversight because the README suggests adding the code as supplied would work.
Somewhat related suggestion; the test rejects the document if there is whitespace present, and I think the README would benefit from defining whitespace while on the topic of proper HTML structure before encountering it in the lab.
Additional Context
No response
Suggested Changes
Change the supplied tag to something that will pass the test as implied by the text.
The text was updated successfully, but these errors were encountered:
Canvas Link
https://learning.flatironschool.com/courses/8016/assignments/278117?module_item_id=675768
Concern
Line 133: We are instructed to add the 'link' tag to our HTML document, but that tag is rejected by the test as an invalid HTML structure. The test replies with the following:
I needed to adjust the line of code to exclude the '/' in order to pass the test. I assume this is an oversight because the README suggests adding the code as supplied would work.
Somewhat related suggestion; the test rejects the document if there is whitespace present, and I think the README would benefit from defining whitespace while on the topic of proper HTML structure before encountering it in the lab.
Additional Context
No response
Suggested Changes
Change the supplied tag to something that will pass the test as implied by the text.
The text was updated successfully, but these errors were encountered: