mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
14 lines
189 B
HTML
14 lines
189 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
#inline1 {
|
|
margin-right: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><span id="inline1">Hello</span><span>Kitty</span></div>
|
|
</body>
|
|
</html>
|