会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
abc
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
30
下一页
2022年3月19日
php网页设计
摘要: 1.index.html(首页) 2.about.html(关于我) 3.form.html(个人信息填写) 源码就不放了,可以放一下效果图
阅读全文
posted @ 2022-03-19 19:44 Lindseyyip
阅读(104)
评论(0)
推荐(0)
2022年3月18日
不同类型的有序列表
摘要: <h4>编号列表:</h4><ol> <li>Apples</li> <li>Bananas</li> <li>Lemons</li> <li>Oranges</li></ol> <h4>大写字母列表:</h4><ol type="A"> <li>Apples</li> <li>Bananas</l
阅读全文
posted @ 2022-03-18 20:23 Lindseyyip
阅读(47)
评论(0)
推荐(0)
2022年3月17日
数码产品.html
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <h2>商品信息</h2> <h4>产品类别</h4> <hr> <ul> <li>数码</li> <u
阅读全文
posted @ 2022-03-17 17:13 Lindseyyip
阅读(109)
评论(0)
推荐(0)
简易求职表.html
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>简易求职表</titl
阅读全文
posted @ 2022-03-17 13:12 Lindseyyip
阅读(53)
评论(0)
推荐(0)
2022年3月16日
登录.html
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> * {margin:0;padding:0;}/*去掉页面样式*/ body{co
阅读全文
posted @ 2022-03-16 13:03 Lindseyyip
阅读(163)
评论(0)
推荐(0)
table用户注册.html
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!-- 创建9行3列表格--><form action="" method="post"> <table width="1350px
阅读全文
posted @ 2022-03-16 00:11 Lindseyyip
阅读(56)
评论(0)
推荐(0)
2022年3月15日
数据表.html
摘要: <!DOCTYPE <!DOCTYPE html><html><head> <meta charset="utf-8"/> <title>数据表</title></head><body><table border="1" cellspacing="0" cellpadding="5" width="
阅读全文
posted @ 2022-03-15 20:28 Lindseyyip
阅读(36)
评论(0)
推荐(0)
2022年3月14日
贵美商城.html
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>贵美商城</title> <style type="text/css"> .main{ background: url(../image/h_bg.jpg) no-
阅读全文
posted @ 2022-03-14 20:24 Lindseyyip
阅读(286)
评论(0)
推荐(0)
2022年3月13日
协议.html
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>work</title> <style type="text/css"> *{margin:0;padding:0} </style> </head> <body> <div cl
阅读全文
posted @ 2022-03-13 11:25 Lindseyyip
阅读(30)
评论(0)
推荐(0)
2022年3月12日
课堂测试总结
摘要: /*求整数组中最大子数组的和*/package lianxi;import java.util.Scanner;public class sz { public static void main(String args[]){ int num; Scanner sc = new Scanner(Sy
阅读全文
posted @ 2022-03-12 21:51 Lindseyyip
阅读(23)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
30
下一页
公告