<!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 を中央に配置できます
いいえ、試してみました。自動文字折り返しがない場合は中央に表示でき、自動文字折り返しがある場合は左寄せで表示できます。
text-align:center、これで問題が解決します
DIV を中央に配置できます
いいえ、試してみました。自動文字折り返しがない場合は中央に表示でき、自動文字折り返しがある場合は左寄せで表示できます。
text-align:center、これで問題が解決します