Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<body>
<article>
<div>
This <span>is an example</span> of a block with inline elements.
</div>
<span style="display: block">
The
<div style="display: inline">computed style</div>
is respected for extraction.
</span>
<div style="display: none">Only visible text will be extracted.</div>
</article>
</body>
</html>