mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
12 lines
335 B
HTML
12 lines
335 B
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>
|