这篇文章主要介绍CSS怎么使用浮动来创建拥有页眉、页脚、左侧目录,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完! <html> <head> <st
这篇文章主要介绍CSS怎么使用浮动来创建拥有页眉、页脚、左侧目录,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
<html>
<head>
<style type="text/css">
span
{
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
}
</style>
</head>
<body>
<p>
<span>T</span>his is some text.
This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
</p>
<p>
在上面的段落中,文本的第一个字母包含在一个 span 元素中。这个 span 元素的宽度是当前字体尺寸的 0.7 倍。span 元素的字体尺寸是 400%,行高是 80%。span 中的字母字体是 "Algerian"
</p>
</body>
</html>
以上是“css怎么使用浮动来创建拥有页眉、页脚、左侧目录”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注编程网JavaScript频道!
--结束END--
本文标题: css怎么使用浮动来创建拥有页眉、页脚、左侧目录
本文链接: https://lsjlt.com/news/89095.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-12
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0