Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
em {
   color:rgba(0, 0, 0, 0.6);  
   background : rgba(0, 0, 0, 0.3);
   font : 40px Arial; 
}
a { 
    display         : block; 
    width           : 280px;
    text-transform  : uppercase;
    text-decoration : none;
    line-height: 1em;
}
p { float : left; margin: 10px 0 0 20px; }
  
span {
    position: relative;
  white-space: pre-wrap;
}
</style>
</head>
<body>
<p><a href="#"><em style="line-height: 2,2em">
    <span>This is an uppercase multirow text inside a link element</span></em></a>
</p>
<p>
  <a href="#"><em style="line-height: 1em">This is an uppercase multirow text inside a link element</em></a>
</p>
  
</body>
</html>
 
if (document.getElementById('hello')) {
  document.getElementById('hello').innerHTML = 'Hello World - this was inserted using JavaScript';
}
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