recherche

Maison  >  Questions et réponses  >  le corps du texte

Une fois que plusieurs images sont automatiquement enveloppées, les images sont affichées au centre.

多张图片横向并排显示,自动换行后,可以上下两排图片都居中显示吗


❥奈我何❥❥奈我何❥2090 Il y a quelques jours1552

répondre à tous(5)je répondrai

  • 清

    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>

    Le DIV peut être centré

    répondre
    0
  • ❥奈我何❥

    N'y a-t-il pas de saut de ligne forcé dans la troisième image ?

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

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

    Non, je l'ai essayé. S'il n'y a pas de retour à la ligne automatique, il peut être affiché au centre. S'il y a un retour à la ligne automatique, il peut être aligné à gauche.

    répondre
    0
  • 殘留の回憶

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

    text-align:center, cela peut résoudre votre problème

    répondre
    0
  • Annulerrépondre