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
Within valid.js, the test 'hillcrestpartyrentals.html should return
Object with valid: false. not closing <p> tag on line 476' was
implemented incorrectly. In fact the HTML is valid. All the p elements
without close tags are contained in td elements and, therefore, the
closing tag is not required. The return should be true.
0 commit comments