Python BeautifulSoup Tutorial
Basics
Finding HTML Elements
- Python soup - Find HTML element by ID
 - Python soup - Find HTML elements by class name
 - Python soup - Find HTML elements by tag name
 - Python soup - Find HTML elements by CSS selector
 - Python soup - Find HTML elements by text
 
Accessing HTML Elements
- Python soup - Get text of HTML element
 - Python soup - Get outer HTML
 - Python soup - Get all attributes of HTML element
 - Python soup - Get specific attribute value of HTML element
 - Python soup - Get id of HTML element
 - Python soup - Get class of HTML element
 - Python soup - Get img src
 - Python soup - Get href of link element