摘要: 给ui下面的li绑定事件 # 给下面的每个li绑定点击事件 点击打印的结果分别是 1 2 3(提示:事件委托) <ul> <li>1<li> <li>2<li> <li>3<li> </ul> <!DOCTYPE html> <html lang="en"> <head> <meta charset 阅读全文
posted @ 2023-09-01 10:33 前端导师歌谣 阅读(16) 评论(0) 推荐(0)
摘要: 左右两边固定,中间自适应的布局方式(圣杯布局) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scal 阅读全文
posted @ 2023-09-01 10:32 前端导师歌谣 阅读(9) 评论(0) 推荐(0)
摘要: 题目 <ul> <li>1<li> <li>2<li> <li>3<li> </ul> 代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=dev 阅读全文
posted @ 2023-08-31 19:22 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: 演示案例 ``` Document ``` 阅读全文
posted @ 2023-08-31 19:21 前端导师歌谣 阅读(23) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:18 前端导师歌谣 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:18 前端导师歌谣 阅读(15) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:17 前端导师歌谣 阅读(8) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:17 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Map</titl 阅读全文
posted @ 2023-08-31 19:17 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(4) 评论(0) 推荐(0)