国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

App下載
首頁htmltext_alignCSS Property Value - 如何text-align: justify;

CSS Property Value - 如何text-align: justify;

我們想知道如何text-align: justify;

<!DOCTYPE html>
<html lang="en">
<head>
<title>Example of CSS text alignment</title>
<style type="text/css">
h1 {
  text-align: center;
}

p {
  width: 400px;
  text-align: justify;
}
</style>
</head>
<body>
  <h1>Text-align Effect</h1>
  <p>CSS is a Style Sheet Language for formatting the document
    content (written in HTML or other markup language). You might be
    interested by the CSS Working Group wiki too.</p>
</body>
</html>