简单网站制作
DIV界面布局
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Div布局</title>
</head>
<body>
<!-整个p布局大小->
<p style="width:800px">
<!-顶部布局->
<p style="height:100px ; width:600px ; background:#0FC ; float:left">
<p style="text-align:center ; line-height:50px">主要应用于网站首页公告和标签</p>
</p>
<!-右侧状态栏布局->
<p style="height:350px ; width:200px ; background:#FF0 ; float:right">
<P style="text-align:center ; line-height:200px">附加推荐菜单</P>
</p>
<!-左侧布局->
<p style="height:200px ; width:100px ; background:#6C6 ; float:left">
<h3>首页</h3>
<bl>
<li>衣服</li>
<li>裤子</li>
<li>鞋子</li>
<li>头饰</li>
</bl>
</p>
<!-右侧上布局->
<p style="width:500px ; background:#9C0 ; height:100px ;float:left">
<p style="text-align:center ; line-height:50px">第一页面显示板块</p>
</p>
<!-右侧下布局->
<p style="width:500px ; background:#CF0 ; height:100px ;float:left">
<p style="text-align:center ; line-height:50px">第二页面显示板块</p>
</p>
<p style="height:50px ; width:600px ; background:#F90 ; float:left">
<p style=" text-align:center">底部网站信息布局</p>
</p>
</p>
</body>
ifram框架效果
<iframe src="file:///D|/HTML/网页布局/p简单布局1.html" frameborder="0" width="400" height="200"></iframe>
画布绘制
<!-平分线->
<canvas id="oneCanvas" width="200" height="200"
style="border:1px solid #000000;">
</canvas>
<!-圆->
<canvas id="twoCanvas" width="200" height="200"
style="border:1px solid #000000;">
</canvas>
<script>
var c=document.getelementbyid("oneCanvas");
var ctx=c.getcontext("2d");
ctx.moveTo(0,0);
ctx.lineTo(200,200);
ctx.stroke();
</script>
<script>
var c=document.getElementById("twoCanvas");
var ctx=c.getContext("2d");
ctx.beginPath();
ctx.arc(100,100,40,0,2*Math.PI);
ctx.stroke();
</script>
插入文字
cv.font="20px Arial";
cv.fillText("Hello 我的世界",0,50);
渐变色
//渐变坐标位置
var clg=cv.createLinearGradient(0,0,200,0);
clg.addcolorStop(0,"green");
clg.addColorStop(1,"white");
//填充渐变
cv.fillStyle=clg;
cv.fillrect(0,0,200,200);
相关阅读
背景: 对接第三方接口需要传个age和ageTyoe字段,其中age字段为integer型,ageType取“岁/月/天”,但是我们系统存的年龄格式为N岁M月,
通过一个设计实战案例来讲述下一个健身APP的设计策略,enjoy~生活条件的提升使得大家对于健康的生活方式有了更多的需求。健身类的
在使用excel2013编辑表格的时候,有时候我们需要输入很多相同内容,这时候就可以使用单元格的下拉菜单功能,利用数据有效性来完成方便
此为火车头采集器的页面 *左边建立分组,建议结构都和所需要采集的数据结构一致,不然数据多了起来,很容易混乱。 1, 创建任务 起始
这个软件的名字叫乐斗圣斗士,我是别人叫我帮忙看看这个软件能破吗,我才来试试的,破完发觉学到点东西,便来分享下了首先拿到一个软件,先