Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 457 Bytes

File metadata and controls

25 lines (13 loc) · 457 Bytes

Miss Match

Miss Match is a HTML Parser designed to identify mismatched HTML tags.

It will report tags that haven't been opened correctly, e.g.:

<div></p></div>

and tags that haven't been closed correctly:

<div><p></div>

Installation

Installation via pip is not available (yet). For now just clone this repository, and install requests.

Usage

python main.py http://www.example.com