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