web学习。。。

eeeece / 2023-05-03 / 原文

 1 <!-- 文档类型为html -->
 2 <!DOCTYPE html>
 3 <html lang="en">
 4 <head>
 5     <meta charset="UTF-8">
 6     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 7     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 8     <title>马云被东京大学聘为客座教授</title>
 9     <style>
10         h1{
11             color: rgb(77, 79, 73);
12         }
13         .cls{
14             color: rgb(218, 206, 206);
15         }
16     </style>
17 </head>
18 <body>
19     <img src="img/news_logo.png"> 国内新闻>正文
20     <h1>马云被东京大学聘为客座教授</h1>
21     <hr>
22     <span class="cls">2023年05月01日 16:41</span> <span>界面新闻</span>
23     <hr>
24 </body>
25 </html>

感觉还行。。。这新闻也挺好笑的