mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
14 lines
351 B
HTML
14 lines
351 B
HTML
<!DOCTYPE html>
|
|
<div>
|
|
<a href="https://example.com" style="color: orange">Link</a><span>Hello!</span>
|
|
</div>
|
|
<div>
|
|
<a href="https://example.com">Link</a><em>Hello!</em>
|
|
</div>
|
|
<div>
|
|
<a href="https://example.com" style="color: orange">Link</a><em>Hello</em><span>world!</span>
|
|
</div>
|
|
<div>
|
|
<a href="https://example.com">Link</a>
|
|
</div>
|