9 lines
196 B
HTML
9 lines
196 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<span style="text-decoration: underline">
|
|
Some</span><button>text</button><span
|
|
style="text-decoration: underline">and a button
|
|
</span>
|
|
</body>
|
|
</html>
|