摘要: 1.改变字体大小 <p style="font-size:50px"> 2.改变字体 和 颜色 <p style="font-family:times;color:green"> 3.改变底色 <body style="background-color:PowderBlue;"> <p style= 阅读全文
posted @ 2018-11-24 15:46 凯宾斯基 阅读(192) 评论(0) 推荐(0)
摘要: 1.网站重定向方法 <head><meta http-equiv="Refresh" content="5;url=http://www.w3school.com.cn" /></head> 2.标签居中属性 <h1 align="center">This is heading 1</h1> 第二钟 阅读全文
posted @ 2018-11-24 00:16 凯宾斯基 阅读(124) 评论(0) 推荐(0)