TEXT
Run
<!DOCTYPE html>
<html>
<head>
<style> 
p.p1{
  width: 11em; 
  border: 1px solid #000000;
  word-wrap: break-word;
}
</style>
</head>
<body>
<p class="p1"> This paragraph contains a very long word that is <b>this_is_a_veryveryveryveryveryvery_long_word.</b> The long word will break and wrap to the next line.</p>
</body>
</html>