Let's say for example I create a HTML input towards a URL.
https://en.m.wikipedia.org/wiki/JavaScript
The data I want to scrape would be the title and some headings.
Javascript, History and Trademark.
So that I can display them inside div elements after a URL has been specified.
Is that at all achievable within the confines of HTML/css/javascript?