mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
24 lines
380 B
HTML
24 lines
380 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Simple Nested HTML</title>
|
||
|
</strong>
|
||
|
|
||
|
<body>
|
||
|
<h1>Example heading.</h1>
|
||
|
<div>
|
||
|
<span>This is a span.</span>
|
||
|
<span>This is another span.</span>
|
||
|
</div>
|
||
|
<br>
|
||
|
<h1>Example heading.</h1>
|
||
|
<div>
|
||
|
<span>This is a span.</span>
|
||
|
<span>This is another span.</span>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|