Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/televisionninja/html-validator
- Owner: TelevisionNinja
- License: mit
- Created: 2021-11-06T22:59:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T00:26:36.000Z (over 1 year ago)
- Last Synced: 2024-11-20T00:47:13.529Z (2 months ago)
- Topics: html, state-machine, validation, validator
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)