HTML CSS examples for CSS Layout:Text
Add a rectangular border around the multiline text
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!--from w w w . java 2s. com--> <body> <pre> <b style="outline: 1px dotted #999;">this is a test. tes test test. </b> </pre> </body> </html>