摘要: 1、表单提交标签? <form action="1.php" method="post"> 2、表单模板框标签是? <fieldset><legend></legend></fieldset> 3、单选标签? 性别: <input type="radio" name="sex" checked="c 阅读全文
posted @ 2017-03-02 06:31 行走de猫 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1、表格的背景颜色应该怎么加? <table bgcolor="pink"></table> 2、如何直接给文字加样式? <font color/size/family></font> 3、表格中的文字如何居中? <td align="center"></td> 4、表格的边框如何设置? <tabl 阅读全文
posted @ 2017-03-01 06:54 行走de猫 阅读(147) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2017-02-28 19:43 行走de猫 阅读(170) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2017-02-26 07:13 行走de猫 阅读(92) 评论(0) 推荐(0) 编辑
摘要: <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Document</title> <style type="text/css"> *{ margin: 0; padding: 0; } 阅读全文
posted @ 2017-02-25 06:57 行走de猫 阅读(113) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2017-02-23 18:31 行走de猫 阅读(103) 评论(0) 推荐(0) 编辑
摘要: html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www 阅读全文
posted @ 2017-02-22 07:32 行走de猫 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> .news{ width: 238px; height: 166px; borde 阅读全文
posted @ 2017-02-21 06:47 行走de猫 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1.1 边框 border Border-top-style: solid 实线 dotted 点线 dashed 虚线 Border-top-color 边框颜色 Border-top-width 边框粗细 ◆边框属性的连写 特点:没有顺序要求,线型为必写项。 ◆四个边框值相同的写法 特点:没有顺 阅读全文
posted @ 2017-02-19 09:44 行走de猫 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1 行高 ◆浏览器默认文字大小 浏览器默认文字大小:16px 行高:是基线与基线之间的距离 行高=文字高度+上下边距 一行文字行高和父元素高度一致的时候,垂直居中显示。 1.1 行高的单位 行高单位 文字大小 值 20px 20px 20px 2em 20px 40px 150% 20px 30p 阅读全文
posted @ 2017-02-19 09:28 行走de猫 阅读(246) 评论(0) 推荐(0) 编辑