摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <header></header> <nav></nav> <article> <details> <s 阅读全文
posted @ 2022-03-11 21:02 热爱和平的欣欣 阅读(261) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> * { margin: 0; padding: 0; font-size: 12px; } ul { list-st 阅读全文
posted @ 2022-03-10 18:56 热爱和平的欣欣 阅读(49) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> .box{width:800px; height: 800px; border:1 阅读全文
posted @ 2022-03-09 21:51 热爱和平的欣欣 阅读(11) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <ul> <li>春</li> <li>夏</li> <li>秋</li> <li>冬</li> </u 阅读全文
posted @ 2022-03-08 21:06 热爱和平的欣欣 阅读(30) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <!-- <a href="http://www.baidu.cn/" target="_self">百 阅读全文
posted @ 2022-03-07 21:46 热爱和平的欣欣 阅读(67) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <!-- src路径 alt图像不能显示时,显示文字 title鼠标悬停时显示的内容 图像对齐-alig 阅读全文
posted @ 2022-03-06 20:10 热爱和平的欣欣 阅读(28) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <!-- <meta name"keywords" content="java,.net.php" /> 结构:<meta name="名称" content="值"/> 为搜索引擎提供信息 --> <!-- <meta h 阅读全文
posted @ 2022-03-05 21:52 热爱和平的欣欣 阅读(19) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> p{color: blue;} .special{color: red;} p.s 阅读全文
posted @ 2022-03-04 21:41 热爱和平的欣欣 阅读(19) 评论(0) 推荐(0)