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

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

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

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

<!DOCTYPE html>
<html>
<head>
<style>
p {
  white-space: pre-line;
}
</style>
</head>
<body>
  <p style="text-align: center; font-size: 12pt;">text-as-abc
    text-as-abc text-as-abc text-as-abc text-as-abc text-as-abc</p>
</body>
</html>