小汪冲鸭
2021-06-25 12:03
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> div{text-align:center} </style> </head> <body> <div> <table border="1"> 学生信息表 <tr> <th>姓名</th> <th>学号</th> <th>年龄</th> </tr> </table> </div> </body> </html>
text-align翻译过来是文本排列 只对文本生效的 其他元素要用margin设置页边距才能居中或者居左 本节课中实际上text-align并没有生效 平台可能为了理解 随便举的例子吧
难道是因为text-align只对文本有效吗?按照本节慕课的方法,放在div中,图像可以,表格也应该可以的啊
初识HTML(5)+CSS(3)-升级版
1225309 学习 · 18230 问题
相似问题
回答 11