HTML

  • Web Scraping

    Web scraping is not just about doing regex, but more about understanding how the website has been laid out! It is basically a technique to extract large amounts of data from websites and storing them into local or database! We are using python for it, packages included are, request and beautiful soup. Although, beautiful soup Continue reading

  • HTML – An Introduction

    What is HTML? HTML stands for Hyper Text Markup Language. It describes the structure of the web page. HTML contains a series of elements which tell the browser how to display the content. HTML elements are represented by tags. Browsers in turn do not display the tag but use them to render the content of Continue reading