上一页 1 ··· 4 5 6 7 8 9 下一页

2017年11月11日

第五章作业3

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> h2{ color: #808080; } a{ font-style:italic; } span{ color: 阅读全文

posted @ 2017-11-11 22:32 SUN99 阅读(1156) 评论(0) 推荐(0) 编辑

第五章作业2

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> body{ color: brown; } </style> </head> <body> <img src=".. 阅读全文

posted @ 2017-11-11 22:02 SUN99 阅读(132) 评论(0) 推荐(0) 编辑

第五章作业1

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> span{ color:red; } </style> </head> <body><h1>全部歌手</h1> <s 阅读全文

posted @ 2017-11-11 21:59 SUN99 阅读(270) 评论(0) 推荐(0) 编辑

第五章 CSS常用属性笔记

摘要: 1. span标签 突显,强调局部文字的作用. 2.字体样式 font-size: 字体大小 font-style:normal,italic(倾斜) font-weight:normal,bold(加粗) font-familty:字体类型(楷体) font:样式 粗细 字体大小 字体类型. 3. 阅读全文

posted @ 2017-11-11 21:58 SUN99 阅读(154) 评论(0) 推荐(0) 编辑

2017年11月4日

第四章作业5

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>网易邮箱登录</title> </head> <body> <table> <tr> <td > <img src="../视图集子/图片/163logo.gif"/> </td> 阅读全文

posted @ 2017-11-04 20:41 SUN99 阅读(178) 评论(0) 推荐(0) 编辑

第四章作业4

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>爱奇艺视频播放列表</title> <style type="text/css"> li h2{ font-size: 16px; color: #4D4D4D; } li p:{ 阅读全文

posted @ 2017-11-04 20:28 SUN99 阅读(126) 评论(0) 推荐(0) 编辑

第四章作业3

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>开心餐厅</title> <style type="text/css"> h2{ font-size: 16px; color: red; } #s{ font-size: 16px 阅读全文

posted @ 2017-11-04 20:06 SUN99 阅读(133) 评论(0) 推荐(0) 编辑

第四章作业2

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>选择器</title> <style type="text/css"> h2{ color: #003580; } #s { font-size: 14px; color: #000 阅读全文

posted @ 2017-11-04 20:02 SUN99 阅读(223) 评论(0) 推荐(0) 编辑

第四章作业1

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>内部引入样式望庐山瀑布</title> <style type="text/css"> a{ color: green; padding: 14px; } </style> </he 阅读全文

posted @ 2017-11-04 19:55 SUN99 阅读(98) 评论(0) 推荐(0) 编辑

2017年10月24日

超难做的一课

摘要: 第三章 表单 1.语法 <form method="get|post" action="数据向哪提交的地址"> //表单内容 </form> 2.input 标签常用属性 <input name="标签名" type="标签类型" value="标签默认值"/> size:输入文本框的字符的长度 m 阅读全文

posted @ 2017-10-24 21:13 SUN99 阅读(133) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 下一页

导航