使用标签对不齐是几个意思?从截图上看,用俩标签就足够达到目的了
程序代码:<html>
<body style="
background-image:url('背景图片.jpg');
background-size:cover;
background-repeat:no-repeat;">
<div style="
width:50%;
margin-left:20px;
text-indent:2em; /* 首行缩进 */
font-family:黑体;
font-size:24pt;
font-weight:bold;
color:blue;">
传统文化(Traditional culture)是指悠久古老的文化,中国古代的传统文化是建立在落后的农耕社会基础上的文化,对于传统文化,秉承的是取其精华去其糟粕的原则
</div>
<div style="
position:absolute; /* 相对底部对齐 */
bottom:30;
width:90%;
text-indent:2em;
line-height:1.5; /* 行间距: 1.5倍字体高度 */
letter-spacing:2pt; /* 字间距 */
font-family:楷体;
font-size:32pt;
color:darkcyan;">
传统文化(Traditional culture)是指悠久古老的文化
</div>
</body></html>[此贴子已经被作者于2024-8-24 11:03编辑过]
