摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> h2{ color: #640000; } p{ color: #640000; } </style> </head 阅读全文
posted @ 2017-11-12 16:15 精彩涵🔥 阅读(190) 评论(0) 推荐(0) 编辑
摘要: <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> h2{ text-align: center; text-shadow: black 3px 2px ; } a{ text-align: center; } 阅读全文
posted @ 2017-11-12 16:13 精彩涵🔥 阅读(467) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> h2{ color: white; background:-webkit-linear-gradient(top,d 阅读全文
posted @ 2017-11-12 16:11 精彩涵🔥 阅读(198) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> a{ color: red; } </style> </head> <body> <p>全部歌手</p> <a>A< 阅读全文
posted @ 2017-11-12 16:10 精彩涵🔥 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> h2{ color: white; background-color: green; } </style> </he 阅读全文
posted @ 2017-11-12 16:10 精彩涵🔥 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 第五章 CSS常用属性 1. span标签 突显,强调局部文字的作用. 2.字体样式 font-size: 字体大小 font-style:normal,italic(倾斜) font-weight:normal,bold(加粗) font-familty:字体类型(楷体) font:样式 粗细 字 阅读全文
posted @ 2017-11-12 16:07 精彩涵🔥 阅读(121) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <table width="100%"> <tr> <td> <img src="../163logo.gif"> </td> <td 阅读全文
posted @ 2017-11-04 20:15 精彩涵🔥 阅读(205) 评论(0) 推荐(0) 编辑
摘要: h2{ font-size: 16px; color: #4D4D4D;}.aaa{ font-size: 14px; color: #640000;}.bbb{ font-size: 12px; color: blue;} 阅读全文
posted @ 2017-11-04 19:51 精彩涵🔥 阅读(120) 评论(0) 推荐(0) 编辑
摘要: .aaa{ width: 887px; height: 439px;}p{ font-size: 14px;}h2{ color: blue; font-size: 16px;}.bbb{ color: red; font-size: 16px;} 阅读全文
posted @ 2017-11-04 19:51 精彩涵🔥 阅读(72) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>爱奇艺视频播放列表</title> <link rel="stylesheet" href="aqy.css" /> </head> <body> <h1>热播</h1> <ul> 阅读全文
posted @ 2017-11-04 19:42 精彩涵🔥 阅读(157) 评论(0) 推荐(0) 编辑