1# Find all of the text between paragraph tags and strip out the html
2page = soup.find('p').getText()
1htmlElement.string = "Text to be inserted in element"
2print(htmlElementHere)
3# <tagOfHTMLElement>Text to be inserted in element</tagOfHTMLElement>
4# NOTE: Replaces the tag's original string