2016年5月10日
摘要: <!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title></head><frameset rows="30%,*" framespacing="1" frameborder="yes" border="1"> <fra 阅读全文
posted @ 2016-05-10 16:59 懒猫要学习512 阅读(214) 评论(0) 推荐(0)
摘要: <frameset rows="20%,*" frameborder="yes" border="1" framespacing="5"> <frame src="top2.html" name="topFrame" scrolling="NO" noresize > <frame src="xit 阅读全文
posted @ 2016-05-10 12:33 懒猫要学习512 阅读(74) 评论(0) 推荐(0)
  2016年5月9日
摘要: <!doctype html><html><head><meta charset="utf-8"><title>American Metric 电子产品调查表</title></head> <body><form> <table border="0"> <tr> <th align="left"> 阅读全文
posted @ 2016-05-09 22:53 懒猫要学习512 阅读(430) 评论(0) 推荐(0)
摘要: <!doctype html><html><head><meta charset="utf-8"><title>表单小结</title></head> <body bgcolor="#FFCCFF"><center><p align="center"><font size="5">申请表</font 阅读全文
posted @ 2016-05-09 11:41 懒猫要学习512 阅读(150) 评论(0) 推荐(0)
  2016年5月7日
摘要: 9.3.1 设置框架源文件属性——src 基本语法 <frameset> <frame src=”URL”> <frame src=”URL”> … </frameset> 语法说明 在HTML文件中,src用于设置框架加载文件的路径。文件的路径可以是相对路径也可以是绝对路径 9.3.2 添加框架名 阅读全文
posted @ 2016-05-07 10:28 懒猫要学习512 阅读(213) 评论(0) 推荐(0)
  2016年5月6日
摘要: 框架页面的基本语法 <frameset cols=“25%,50%,*” rows =“50%,*” border=“5”> <frame src=“the_first.html "> …… </frameset> cols将窗口分割成左中右3个部分,可选 rows将窗口分割成上下2个部分,可选 b 阅读全文
posted @ 2016-05-06 16:25 懒猫要学习512 阅读(164) 评论(0) 推荐(0)
摘要: 表单页面的基本结构 <FORM action=“http://www.sohu.com” method=“post”> …… </FORM> 表单元素的统一格式 <FORM name="form3" method="post" action=""> <INPUT type="checkbox" na 阅读全文
posted @ 2016-05-06 16:13 懒猫要学习512 阅读(138) 评论(0) 推荐(0)
  2016年5月5日
摘要: 目录 [1]边框模拟[2]负margin[3]table[4]absolute[5]flex[6]js 前面的话 等高布局是指子元素在父元素中高度相等的布局方式。等高布局的实现包括伪等高和真等高,伪等高只是看上去等高而已,真等高是实实在在的等高。本文将介绍边框模拟、负margin这两种伪等高以及ta 阅读全文
posted @ 2016-05-05 14:07 懒猫要学习512 阅读(233) 评论(0) 推荐(0)
摘要: <!doctype html><html><head><meta charset="utf-8"><title>实现表单</title></head><body><h1 align="center">用户反馈表单</h1><form method="post"><p>姓&nbsp;&nbsp;&nb 阅读全文
posted @ 2016-05-05 13:22 懒猫要学习512 阅读(2296) 评论(1) 推荐(0)
  2016年5月4日
摘要: <HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=gb2312"><TITLE>TABLE的美化修饰</TITLE></HEAD> <BODY><TABLE width="957" border="0" b 阅读全文
posted @ 2016-05-04 16:01 懒猫要学习512 阅读(765) 评论(0) 推荐(0)