Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML structure evaluation rules #53

Open
NotACornCob opened this issue Apr 22, 2024 · 0 comments
Open

HTML structure evaluation rules #53

NotACornCob opened this issue Apr 22, 2024 · 0 comments
Labels
se curriculum Issue for lessons in the Software Engineering program

Comments

@NotACornCob
Copy link

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:

  • 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.

@NotACornCob NotACornCob added the se curriculum Issue for lessons in the Software Engineering program label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
se curriculum Issue for lessons in the Software Engineering program
Projects
None yet
Development

No branches or pull requests

1 participant