Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html lang="en">
<head>
<script type="application/ld+json">
{ "@context": "https://schema.org", "@type": "Article" }
</script>
</head>
<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>