摘要: 2020-04-15 每日一例第37天 1.要求: 2.后台代码: <html> <center><head> 邮箱登录</head><body> <table> <form> <tr> <td>邮箱账户: </td> <td><input name="txtname" type="text"/>< 阅读全文
posted @ 2020-04-15 20:00 winnerljs 阅读(20687) 评论(0) 推荐(0) 编辑
摘要: 2020-04-14 每日一例第36天 1.要求: 2.后台代码: <html> <center><head> 邮箱登录</head><body> <table> <form> <tr> <td>邮箱账户: </td> <td><input name="txtname" type="text"/>< 阅读全文
posted @ 2020-04-14 22:45 winnerljs 阅读(620) 评论(0) 推荐(0) 编辑
摘要: 2020-04-13 每日一例第35天 1.要求: 2.后台代码: <html> <center><head> 邮箱登录</head><body> <table> <form> <tr> <td>邮箱账户: </td> <td><input name="txtname" type="text"></ 阅读全文
posted @ 2020-04-13 23:41 winnerljs 阅读(1939) 评论(0) 推荐(0) 编辑
摘要: 2020-04-12 每日一例第34天 1.表格要求: 2.代码: <pre><html> <head><!--标题语句--> <tittle> 学生成绩</tittle><!--标题--> </head><br /><center> <body><!--内容--> <table border="1 阅读全文
posted @ 2020-04-12 23:57 winnerljs 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 2020-04-11 每日一例第33天 1.新建html文件; <table border="1" height="300" width="300"> <tr> <td>朱仁贵</td> <td>刘晓庆</td> <td>李二贵</td> </tr> <tr> <td colspan="2">朱仁贵 阅读全文
posted @ 2020-04-11 23:18 winnerljs 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 2020-04-09 每日一例第32天 1.新建html文件; <pre><html> <head><!--标题语句--> <tittle> 表单</tittle><!--标题--> </head><br /> <body><!--内容--> <table border="1"> <tr> <td> 阅读全文
posted @ 2020-04-11 00:23 winnerljs 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: 2020-04-09 每日一例第31天 1.新建html文件; <li>春天</li><!--无序排法> <li>夏天</li> <li>秋天</li> <li>冬天</li> <ol><!--有序排法> <li>听到闹钟</li> <li>关闭闹钟</li> <li>再睡一会</li> </ol> 阅读全文
posted @ 2020-04-09 23:56 winnerljs 阅读(978) 评论(0) 推荐(0) 编辑
摘要: 2020-04-08 每日一例第30天 1.Html如何加入图片; <img src="D:\1.jpg" border=1 alt="人民艺术" tittle="art of people" width=250 height=250> 2.代码分析 src:接图片地址; alt:图片名字; tit 阅读全文
posted @ 2020-04-08 23:55 winnerljs 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 2020-04-07 每日一例第29天 1.Html如何加入图片; 超链接:<a href="http://www.baidu.com"> 百度一下</a> 图片:<img src=".jpg"/> 2.完整代码; <pre><html> <head><!--标题语句--> <tittle> X的家 阅读全文
posted @ 2020-04-07 22:55 winnerljs 阅读(1121) 评论(0) 推荐(0) 编辑
摘要: 2020-04-06 每日一例第28天 1.标签表示; 换行:<br/>; 段落:<p></p>; 居中:<center></center>; 加粗:<b></b>; 下划线:<u></u>; 斜体:<i></i>; 字体:<font></font>; 分割线:<hr></hr>; 空格:&nbsp 阅读全文
posted @ 2020-04-06 23:14 winnerljs 阅读(138) 评论(0) 推荐(0) 编辑