36
edits
Line 26: | Line 26: | ||
* ctrl-r to reload the page, your edits should still be there. | * ctrl-r to reload the page, your edits should still be there. | ||
* specific error messages to check for, each of these should receive a warning on the page | * specific error messages to check for, each of these should receive a warning on the page | ||
** create an unclosed tag, | ** create an unclosed tag, h1 without a /h1 | ||
** create a half-open tag, <h1 | ** create a half-open tag, <h1 | ||
** create an invalid tag <mozilla>some stuff</mozilla> | ** create an invalid tag <mozilla>some stuff</mozilla> |
edits