mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 01:12:45 +00:00
5 lines
261 B
HTML
5 lines
261 B
HTML
<!DOCTYPE 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>
|