─=≡Σ((( つ•̀ω•́)つ CS Bootcamp 2020

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.

website title "website title" will be shown on the top of the screen

All of the actual of the content of a website goes between these two tags

Note: html will automatically create a blank line between two paragraph elements

  • Creates an unorganised list

    Col A Col B Col C
    apple Banana Cantalope

    All of the table content goes between the two table tags. tr stands for table row, and th stands for table heading, and td stands for table data.

    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.