feat: add 2 more pages

This commit is contained in:
CoolnsX
2022-06-04 02:07:20 +05:30
parent f3383dd2e9
commit f22506934b
3 changed files with 63 additions and 21 deletions

17
web-scraping.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="refresh" content="5">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Scraping</title>
</head>
<body style="background-color: rgba(0,0,0,0.85);color: rgb(187, 187, 187);font-size: 20px;">
<h1 id="top" style="text-align: center;text-decoration:double;font-size: 60px;">Web Scraping</h1>
<hr>
<p>Web scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML format which is then converted into structured data in a spreadsheet or a database so that it can be used in various applications. </p>
<p>There are many different ways to perform web scraping to obtain data from websites. These include using online services, particular APIs or even creating your code for web scraping from scratch. (Source:<a href="https://www.geeksforgeeks.org/what-is-web-scraping-and-how-to-use-it" style="color:green;">Geeks for geeks</a>)</p>
<h2>Websites which I scraped successfully >></h2>
</body>
</html>