This C++ console program checks whether an HTML file is well-formed or not. It ensures that each opening tag has a corresponding closing tag. The program uses a stack data structure. The Html data is provided in 'html.txt' file and should be in same directory.
This project is licensed under the MIT License. Feel free to modify and distribute it as needed.