diff --git a/README.rst b/README.rst index 5355075..41f3491 100644 --- a/README.rst +++ b/README.rst @@ -71,6 +71,15 @@ Introspect an Element's attributes: >>> about.attrs {'id': 'about', 'class': ('tier-1', 'element-1'), 'aria-haspopup': 'true'} + +Render out an Element's HTML: + +.. code-block:: pycon + + >>> about.html + '