コンテンツが境界でオーバーフローする場合、ページに自動水平スクロール バーを作成するにはどうすればよいですか。
<html>
<body>
<div style ="width: 20px; height:30px; border:1px solid black; overflow:auto">
<!-- various of text here that can makes it go out the border-->
</div>
</body>
</html>
コンテンツ内のテキストが長すぎる場合、自動水平スクロールバーを作成するにはどうすればよいですか?