検索

ホームページ  >  に質問  >  本文

複数の画像が自動的に折り返された後、画像が中央に表示されます。

ああああああああああああああああああああああああああああああああああああああああああああああああああああ
❥奈我何❥❥奈我何❥2146日前1596

全員に返信(5)返信します

  • 清

    2019-03-09 22:48:00

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>
    div{
    text-align: center;
    }
    </style>
    </head>
    <body>
    <div>
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    <img src="http://www.php.cn/static/images/footer.gif" alt=""><br>
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    </div>
    </body>
    </html>

    DIV を中央に配置できます

    返事
    0
  • ❥奈我何❥

    3番目の画像に強制改行がないのはなぜですか?

    ❥奈我何❥ · 2019-03-11 10:44:12
  • ❥奈我何❥

    ❥奈我何❥2019-03-08 20:08:54

    いいえ、試してみました。自動文字折り返しがない場合は中央に表示でき、自動文字折り返しがある場合は左寄せで表示できます。

    返事
    0
  • 殘留の回憶

    殘留の回憶2019-03-08 18:48:09

    text-align:center、これで問題が解決します

    返事
    0
  • キャンセル返事