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>
</head>
<body>
  <span>Container</span>
  <div>
  Some text and a <a href="mailto:contactname@examplecompany.com">contactname@examplecompany.com</a> followed by more text.
  </div>  
    
</body>
</html>
 
span {
 color: red;
}
div {
  border: 1px solid red;
  padding: 5px;
  max-width: 20%;
  
  /* Word break */
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; /* non-standard for webkit */
}
Output

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

Dismiss x
public
Bin info
Baumrpro
0viewers