html学习3 首字母缩写标签

mac2022-06-30  23

<!doctype html> <html> <body style="background-color:#EC2B2E"> <h1>this is a head</h1> <p1><abbr title="This Is A Peope">TIAP</abbr>是苹果手机的标志</p1> <!--首字母缩写标签--> <p2 style="background-color:#E52DCD;font-family:'Gill Sans';font-size:18px">宝剑锋从磨砺出,梅花香自苦寒来。</p2> </body> </html>

 

转载于:https://www.cnblogs.com/Riona-C/p/7076608.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)