Day 10
HTML
Starts and ends an html document
Contains all of the other head elements, such title, style, meta, and more. Content in here is NOT printed directly on the website.Note: html will automatically create a blank line between two paragraph elements
| Col A | Col B | Col C |
|---|---|---|
| apple | Banana | Cantalope |
Inserts an image, with the source being the link provided.
Google Creates a hyperlink to Google, with Google being the hyperlinked text
Note: there are many more tags in HTML, which you may encounter in your web scrapping journeys.
Web Scrapping
An annotated Jupyter Notebook can be found in our class GitHub repository.