<!DOCTYPE HTML>
<html>
<head>
<style>
#test{
width: 10px;
background-color: blue;
}
</style>
</head>
<body>
<p id="test">a a a a a a a a a</p>
In this example linebox follows the width of the #test
<!DOCTYPE HTML>
<html>
<head>
<style>
#test{
width: 10px;
background-color: blue;
}
</style>
</head>
<body>
<p id="test">aaaaaaaaaaaaaaaaa</p>
</body>
</html>
but with this second code the linebox overflows from the width of the #test
what the deal with the space between linebox