Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 385 Bytes

flask

Run start.sh Server : http://127.0.0.1:5000

User can enter a URL of a page to fetch

The web application fetches the HTML of the page and displays the source to the user

A summary of the document is displayed, listing which tags are present in the HTML and how many of each tag

Clicking on the name of each tag in the summary will highlight the tags in the source code view