Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  #hello {display: inline-block;border: 1px red solid;}
  #hello2 {display: inline-block;border: 1px red solid;vertical-align: middle;}
</style>
</head>
<body>
  <p id="hello">Hello World</p>
  <p id="hello2">Hello World<br/>Hello World<br/>x</p>
</body>
</html>fatw
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers