<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title></title> <style type="text/css"> .black{ font-size: 40px;font-family: "simsun";font-style: italic;font-weight: bold;}</style></head><body><p class="black">你好世界</p></body></html>
<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title></title> <style type="text/css"> .black{ text-transform: capitalize;text-decoration: underline;text-indent: 2em;text-align: right;}</style></head><body><p class="black">你好word</p></body></html>
<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title></title> <style type="text/css"> .black{ word-spacing: 10px;letter-spacing: 3px;}</style></head><body><p class="black">hello word</p></body></html>
中文文本<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title></title> <style type="text/css"> .black{ letter-spacing: 3px;}</style></head><body><p class="black">你好世界</p></body></html>
<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title>文本溢出</title> <style type="text/css"> .map{ background-color: gold;line-height: 50px;width: 200px;white-space: nowrap;/* 文字不换行 *//* 内容超过溢出 */overflow: hidden;/* overflow: hidden; */</style></head><body><p class="map">中华人民共和国国徽,中间是五星照耀下的天安门,周围是谷穗和齿轮。</p></body></html>
文本溢出及处理<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title>文本溢出</title> <style type="text/css"> .map{ background-color: gold;line-height: 50px;width: 200px;white-space: nowrap;/* 文字不换行 *//* 内容超过溢出 */overflow: scroll;/* overflow: hidden; 建党100周年*/ /* 文本溢出 */text-overflow: ellipsis;}</style></head><body><p class="map">中华人民共和国国徽,中间是五星照耀下的天安门,周围是谷穗和齿轮。</p></body></html>
vertical:baline/top(顶部)/text-top/middle(中间)/bottom(底部)
white-space: nowrap;overflow: scroll;text-overflow: ellipsis;
<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title></title> <style type="text/css"> .black{ border: 1px solid red;}</style></head><body><p class="black">你好世界</p></body></html>
边框单独写<!DOCTYPE html> <html> <head> <meta chart="utf-8"> <title></title> <style type="text/css"> .black{ border-bottom: 1px solid red浙江的市;border-top: 1px dashed green;border-left: 1px dotted gold;border-left: 1px dotted gold;}</style></head><b英语倒装句的归纳总结ody><p class="black">你好世界</p></body></html>
拆分本文地址:https://blog.csdn.net/weixin_54603642/article/details/112848531
本文发布于:2023-04-07 17:37:37,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/ea3b595ef126b4b2e3f844df2054e306.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:博客.doc
本文 PDF 下载地址:博客.pdf
留言与评论(共有 0 条评论) |