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

SearchPilot/missmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A HTML Parser designed to help find and identify mismatched html tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages