Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-family: sans-serif;
}
#it1 {
display: inline-table;
margin-right: 30px;
}
#it2 {
display: inline-table;
}
</style>
</head>
<body>
<div><span id="it1">Hello</span><span id="it2">Kitty</span></div>
</body>
</html>