摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>css</title> <style> /**{*/ /* color: red;*/ /*}*/ #p1 { background-color: aqua; 阅读全文
posted @ 2021-08-07 13:59 关于段主任的一切 阅读(45) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!-- <style>--> <!-- p{--> <!-- color: red;--> <!-- font-size: 40p 阅读全文
posted @ 2021-08-07 13:58 关于段主任的一切 阅读(41) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <!--table:表格; border:加内外边框; cellpadding:内边框; cellsp 阅读全文
posted @ 2021-08-07 13:56 关于段主任的一切 阅读(52) 评论(0) 推荐(0) 编辑
摘要: <!-- html开始标签 --> <!DOCTYPE html> <!-- head 标签 --> <head> <meta http-equiv="content-type" charset="UTF-8"> <!--字符编码(请求头)--> <meta name="keywords" cont 阅读全文
posted @ 2021-08-07 13:55 关于段主任的一切 阅读(39) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-08-07 13:55 关于段主任的一切 阅读(45) 评论(0) 推荐(0) 编辑
摘要: <!-- html开始标签 --> <!DOCTYPE html> <!-- head 标签 --> <head> <meta http-equiv="content-type" charset="UTF-8"> <!--字符编码(请求头)--> <meta name="keywords" cont 阅读全文
posted @ 2021-08-07 13:54 关于段主任的一切 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Http协议 Http概述 http:超文本传输协议 浏览器和internet通讯 请求-->相应 http是无状态协议 ftp是有状态 url: 统一资源定位器-->网络协议://域名:端口/路径 请求协议 请求格式 请求首行 // 请求方式 请求路径 协议 版本号 eg: GET /index. 阅读全文
posted @ 2021-08-07 03:42 关于段主任的一切 阅读(48) 评论(0) 推荐(0) 编辑