上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> <script type="text/javascript"> //创建数组 var arr = [1,1,2,2, 阅读全文
posted @ 2020-03-29 23:09 砚台是黑的 阅读(124) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> <script type="text/javascript"> // 第一种创建方式: // // //创建一个数组 阅读全文
posted @ 2020-03-29 23:08 砚台是黑的 阅读(90) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!--引入皮肤一,默认指定皮肤一--> <link rel="stylesheet" type="text/css" href="css/skin01.css" 阅读全文
posted @ 2020-03-29 22:23 砚台是黑的 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <a href="#" title="我是默认HTML的属性" id="app">周,漏气没</a> </body> <!--js设 阅读全文
posted @ 2020-03-29 22:21 砚台是黑的 阅读(323) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .talk_con{ width: 600px; height: 500px; border: 1px solid 阅读全文
posted @ 2020-03-28 22:48 砚台是黑的 阅读(133) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .set_con{ width: 900px; height: 350px; border: 1px solid 阅读全文
posted @ 2020-03-28 22:46 砚台是黑的 阅读(168) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .set_bg_con{ width: 440px; height: 40px; border: 1px soli 阅读全文
posted @ 2020-03-28 22:45 砚台是黑的 阅读(150) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <input type="text" id="txt"/> <input type="button" id="btn" value= 阅读全文
posted @ 2020-03-28 22:42 砚台是黑的 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!-- 执行的時候是自上而下,当放在这里的时候就... 如果希望在head标签里面执行,那么需要添加一个入口函数 --> <script type="text/ 阅读全文
posted @ 2020-03-28 22:37 砚台是黑的 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <a href="#" title="你好" class="red" id="app">黑马程序员</a> </body> <!-- 阅读全文
posted @ 2020-03-28 22:36 砚台是黑的 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页