mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
5 lines
245 B
HTML
5 lines
245 B
HTML
<a href="https://example.com" style="color: orange">Link</a><span>Hello!</span>
|
|
<a href="https://example.com">Link</a><em>Hello!</em>
|
|
<a href="https://example.com">Link</a><em>Hello</em><span>world!</span>
|
|
<a href="https://example.com">Link</a>
|