摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="css_back.css"/> </head> <body> <div 阅读全文
posted @ 2022-02-28 21:06 lwx_R 阅读(11) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <!-- 外部css --> <!-- rel 规定当前文档与被链接文档之间的关系 stylesheet 文档的外部样式表。 type 属性 规定被链接文档的 M 阅读全文
posted @ 2022-02-28 21:05 lwx_R 阅读(17) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- action 指定服务器url地址 method 提交方式 get或post Autocomplete 根据之前输入的值自 阅读全文
posted @ 2022-02-28 20:29 lwx_R 阅读(4) 评论(0) 推荐(0) 编辑