2016年6月1日
摘要: 无标题文档 @charset "utf-8"; /* CSS Document */ /*小矿*/ .a { width:80px; height:40px; background-color:#090; position:absolute; border:1px solid black; left:80px; top:100px; ... 阅读全文
posted @ 2016-06-01 09:02 爱意红沉 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 360网页练习 网页 图片 新闻 视频 音乐 微博 地图 问答 购物 机票 汽车 推荐网站 新闻头条 电视剧 最新电影 小游戏 ... 阅读全文
posted @ 2016-06-01 09:00 爱意红沉 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 阅读全文
posted @ 2016-06-01 08:58 爱意红沉 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1、DOM的基本概念 DOM是文档对象模型,这种模型为树模型;文档是指标签文档;对象是指文档中每个元素;模型是指抽象化的东西。 2、Window对象操作 一、属性和方法: 属性(值或者子对象): opener:打开当前窗口的源窗口,如果当前窗口是首次启动浏览器打开的,则opener是null。 di 阅读全文
posted @ 2016-06-01 08:55 爱意红沉 阅读(150) 评论(0) 推荐(0) 编辑
  2016年5月23日
摘要: CSS(Cascading Style Sheet,叠层样式表),作用是美化HTML网页。 /*注释区域*/ 此为注释语法 一、样式表 (一)样式表的分类 1.内联样式表 和HTML联合显示,控制精确,但是可重用性差,冗余较多。 例:<p style="font-size:14px;">内联样式表< 阅读全文
posted @ 2016-05-23 09:53 爱意红沉 阅读(1578) 评论(0) 推荐(0) 编辑
摘要: 表单: <form id="" name="" method="post/get" action="负责处理的服务端"> id不可重复,name可重复,get提交有长度限制,并且编码后的内容在地址栏可见, post提交没有长度限制,且编码后内容不可见。 </form> 1.文本输入 文本框<inpu 阅读全文
posted @ 2016-05-23 09:41 爱意红沉 阅读(883) 评论(0) 推荐(0) 编辑
摘要: 邮箱 阅读全文
posted @ 2016-05-23 09:40 爱意红沉 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 个人简历 < 阅读全文
posted @ 2016-05-23 09:38 爱意红沉 阅读(227) 评论(0) 推荐(0) 编辑
  2016年5月14日
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace ConsoleApplication1 { class Program { //找出100以内的于7 有关的数打印 ... 阅读全文
posted @ 2016-05-14 10:48 爱意红沉 阅读(146) 评论(0) 推荐(0) 编辑
  2016年5月11日
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 练习函数 { class Program { //阶乘累加求和 //1.又返回值 ,并且有参数 public int jie(int z... 阅读全文
posted @ 2016-05-11 16:32 爱意红沉 阅读(115) 评论(0) 推荐(0) 编辑