mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
9 lines
226 B
HTML
9 lines
226 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<span style="text-decoration: underline; font: 16px sans-serif">
|
|
Some<button style="display: inline; color: black; font: 16px sans-serif">text</button>and a button
|
|
</span>
|
|
</body>
|
|
</html>
|