The element part in the width that I appointed is in present state, it is started a new line on the way. How to break line by each element unit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<title>no title document</title>
<style type="text/css">
<!--
.sample {
width: 220px;
}
-->
</style>
</head>
<body>
<div class="sample">
<a href="#">aaaa</a>
<a href="#">bbbb</a>
<a href="#">cc</a>
<a href="#">ddddd</a>
<a href="#">eee</a>
<a href="#">fff</a>
</div>
</body>
</html>