美文网首页
编程作业

编程作业

作者: 星星yx | 来源:发表于2017-01-16 23:04 被阅读0次

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>无标题文档</title>
<style>

title{

width:134px;
height:1015px;

}

content{

width:134px;
height:79px;
border-bottom:2px solid #CCC;
background:url(baidu7.gif) no-repeat 15px 19px;

}

content-1{

width:134px;
height:152px;
border-bottom:2px solid #CCC;
background:url(baidu1.gif) no-repeat 27px 41px;

}

content-2{

width:134px;
height:152px;
border-bottom:2px solid #CCC;
background:url(baidu2.gif) no-repeat 36px 27px;

}

content-3{

width:134px;
height:152px;
border-bottom:2px solid #CCC;
background:url(baidu3.gif) no-repeat 31px 20px;

}

content-4{

width:134px;
height:152px;
border-bottom:2px solid #CCC;
background:url(baidu4.gif) no-repeat 36px 20px;

}

content-5{

width:134px;
height:152px;
border-bottom:2px solid #CCC;
background:url(baidu5.gif) no-repeat 31px 25px;

}

content-6{

width:134px;
height:152px;
border-bottom:2px solid #CCC;
background:url(baidu6.gif) no-repeat 34px 23px;

}
</style>
</head>
<body>
<div id="title">
<div id="content"></div>
<div id="content-1"></div>
<div id="content-2"></div>
<div id="content-3"></div>
<div id="content-4"></div>
<div id="content-5"></div>
<div id="content-6"></div>
</div>
</body>
</html>
百度链接:http://pan.baidu.com/s/1i5FQdhV 密码:p71d

第一次作业.png

相关文章

  • 编程作业

    题目:有四个数字:1、2、3、4,能组成多少个互不相同且无重复数字的三位数?各是多少? 题目:企业发放的奖金根据利...

  • 编程作业

    由于现在没有电脑,变成作业完不成,事后我会补上!

  • 编程作业

    无标题文档 title{ } content{ } content-1{ }...

  • Network Adapter

    作业要求: 必做 1、编程获取网卡信息 选做 2、编程实现IPv4相关信息的设置  3、编程实现功能开关 本次作业...

  • DAY52

    网络编程作业终于搞定了@_@

  • Coursera 机器学习 编程作业答案

    Coursera Machine Learning 编程作业答案

  • 两个月C语言的初学者,我利用easyx图形库所做的球球作战小游戏

    写简书是为了记录自己学习编程的历程,只是在这里贴一些简单的编程作业和想法。但发现即便只是关于编程的作业,感兴趣的人...

  • 网络编程作业

    编写一个能够持续聊天的服务器和客户端,当客户端发送“拜拜”的时候,断开服务器和客户端的连接,发送一个网址,能够下载...

  • 网络编程作业

    1.### 写一个两个人的聊天系统,可以实现双向聊天功能。2.###如果发送的是普通的文字就直接打印,如果发送的文...

  • 网络编程作业

    写一个两个人的聊天系统,可以实现双向聊天功能。如果发送的是普通的文字就直接打印,如果发送的文字是’拜拜’就关闭连接...

网友评论

      本文标题:编程作业

      本文链接:https://www.haomeiwen.com/subject/hqmpbttx.html