1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html>
- <head>
- <style type="text/css">
- body {
- font-family: sans-serif;
- }
- span {
- display: inline-block;
- }
- #ib1 {
- margin-right: 20px;
- }
- </style>
- </head>
- <body>
- <div><span id="ib1">Hello</span><span>Kitty</span></div>
- </body>
- </html>
|