国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

App下載
首頁htmlwhite_spaceCSS Property Value - 如何white-space: pre-wrap;

CSS Property Value - 如何white-space: pre-wrap;

我們想知道如何white-space: pre-wrap;

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* Internet Explorer */
}
</style>
</head>
<body>
  <pre>
 >> this is a test
>> this is a test
>> this is a test
>> this is a test.
</pre>
</body>
</html>