Question: write a program in python that can check an HTML document for proper opening and closing tags. It should prompt the user for a file
write a program in python that can check an HTML document for proper opening and closing tags.
It should prompt the user for a file path and then read in the html document found at that location.
If the html is valid it should display Valid HTML. If not, it should say Invalid HTML, mismatched opening and closing braces.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
