hi guys this is my second project of html/css
i did all the user story and i don’t know why still gives me 14/17
thank you for your help
hi guys this is my second project of html/css
i did all the user story and i don’t know why still gives me 14/17
thank you for your help
@rejdi93, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
The first failing test says
If I enter an email that is not formatted correctly, I will see an HTML5 validation error.
Email field should be HTML5 validated : expected 'text' to equal 'email'
AssertionError: Email field should be HTML5 validated : expected 'text' to equal 'email'
Do you understand what the test is looking for and why it is failing?
Use the same process with the remaining two failing messages. Read the entire message.
If you’re also asking for feedback;
input
tag is self-closing<br>
element to force line breaks or spacing. That’s what CSS is for.
thank you Roma you been very helpful
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.