Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <style>
      h1{ font-size: 48px; line-height: 48px; margin:0; padding: 0; }
      .y-sans-serif{ font-family: Arial; }
      .y-serif{ font-family: Georgia; }
      .y-output{ height: 20px; width: 20px; }
  </style>
</head>
<body>
   <h1 id="heading"><font class="y-sans-serif">Cool</font> <font class="y-serif">Beans</font></h1>
  
  <div id="output"></div>
</body>
</html>
 
$(document).ready(function() {
   $('#output').append("line-height: "+ $('#heading').height());
});
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers