This project is a simple HTML validator built using Python and Tkinter. It helps in checking the syntax of HTML files by ensuring that tags are properly opened and closed.
- Supports a wide range of HTML tags.
- Differentiates between tags that must always be closed, tags that may not need to be closed, and tags that do not close.
- Provides a graphical user interface (GUI) for easy interaction.
- Python 3.x
- Tkinter (usually included with Python)