AMP
AMP is a web component framework to easily create user-first website
Materialize
A modern responsive front-end framework based on Material Design
Bootstrap
Build responsive, mobile-first projects on the web with the world’s most popular front-end component library. Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass…
Framework7
Build full featured iOS, Android & Desktop apps
Jsoup HTML parser – Tutorial & examples
heard about it a lot and I had the chance -finally- to use it on one of my projects. This is an introductory tutorial of the Jsoup HTML parser. What is Jsoup?! jsoup is a Java library for working with real-world HTML. It provides a very…
How To Scrap Website Using HTML Agility-Pack? (Part 1)
There are some expressions of X-path given as:- node-name : Selects all child nodes of the named node. / : Select from the Top(root) node.…