mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
9 lines
235 B
HTML
9 lines
235 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<p><span style="white-space:nowrap;"><input type="checkbox">hello1</span>
|
|
<p>Hello2<br><span style="white-space:nowrap;"><input type="checkbox"></span>
|
|
<p>Hello3<br><input type="checkbox">
|
|
</body>
|
|
</html>
|