随笔分类 -  BOM

摘要:<!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> #box{ color: red; } </style> </head> <body> <h2>你要什么</h2> <p title ='选择你的课程'>本课程 阅读全文
posted @ 2020-12-22 10:32 *!Walter!* 阅读(74) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <title></title> </head> <body> <h2>你要什么</h2> <p title ='选择你的课程'>本课程是web课程</p> <ul id='classList'> <li class="item">javas 阅读全文
posted @ 2020-12-22 10:31 *!Walter!* 阅读(62) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div></div> <script type="text/javascript"> //alert 提示框 alert('wal 阅读全文
posted @ 2020-12-21 15:51 *!Walter!* 阅读(72) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- 浏览器对象模型 BOM --> <!-- 1.window alert() confirm() prompt() setI 阅读全文
posted @ 2020-12-21 15:22 *!Walter!* 阅读(55) 评论(0) 推荐(0)