随笔分类 -  前端 / HTML5

摘要: 阅读全文
posted @ 2022-09-25 19:28 李林林 阅读(24) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-13 23:07 李林林 阅读(23) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-13 23:00 李林林 阅读(29) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-13 22:52 李林林 阅读(41) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-11 23:23 李林林 阅读(23) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-10 20:04 李林林 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-10 19:57 李林林 阅读(33) 评论(0) 推荐(0)
摘要:在 HTML 中创建表单需要用到<form>标签,具体语法如下所示: <form action="URL" method="GET|POST"> 表单中的其它标签 </form> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8 阅读全文
posted @ 2021-11-10 19:53 李林林 阅读(61) 评论(0) 推荐(0)
摘要:1.<iframe> 标签的语法格式如下: <iframe src="url" width="m" height="n"></iframe> HTML <iframe> 示例: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" 阅读全文
posted @ 2021-11-10 19:36 李林林 阅读(39) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>HTML网页布局</title> <style> body { font: 14px Arial,sans-serif; margin: 0px; } head 阅读全文
posted @ 2021-11-10 00:47 李林林 阅读(32) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-10 00:43 李林林 阅读(14) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-10 00:37 李林林 阅读(35) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-10 00:28 李林林 阅读(28) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-10 00:23 李林林 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 00:18 李林林 阅读(43) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 00:02 李林林 阅读(23) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-07 21:17 李林林 阅读(30) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-06 22:19 李林林 阅读(38) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-06 01:05 李林林 阅读(36) 评论(0) 推荐(0)