docling/tests/data/html/hyperlink_02.html

18 lines
549 B
HTML

<html>
<body>
<div class="nav-mobile-header">
<div class="table-row">
<span class="nav-mobile-logo">
<img src="/etc/designs/core/frontend/guidelines/img/xyz.svg"
onerror="this.onerror=null; this.src='/etc/designs/core/frontend/guidelines/img/xyz.png'"
alt="Image alt text" />
</span>
<h2>
<a href="/home.html" title="My home page " aria-label="My home page ">Home</a>
</h2>
</div>
</div>
</body>
</html>