Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

bs.newtag() inner html

def innerHTML(element):
    """Returns the inner HTML of an element as a UTF-8 encoded bytestring"""
    return element.encode_contents()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html
ADD COMMENT
Topic
Name
1+4 =