Pencarian cantik untuk elemen dengan atribut
soup = BeautifulSoup(html)
results = soup.findAll("td", {"valign" : "top"})
Uptight Unicorn
soup = BeautifulSoup(html)
results = soup.findAll("td", {"valign" : "top"})