Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/televisionninja/html-validator

This was a university project where I had to make an HTML validator. I went above and beyond by making it validate any HTML other than the ones provided for the project.
https://github.com/televisionninja/html-validator

html state-machine validation validator

Last synced: 6 days ago
JSON representation

This was a university project where I had to make an HTML validator. I went above and beyond by making it validate any HTML other than the ones provided for the project.

Awesome Lists containing this project

README

        

# html-validator
This was a university project where I had to make an HTML validator. I went above and beyond by making it validate any HTML other than the ones provided for the project.

## Example Output Messages:
### Tag Nesting Error
![nest](./images/nest.png)
### End Tag Error
![end_tag](./images/end_tag.png)
### Valid HTML
![valid](./images/valid.png)