摘要: 1 <html><!--头标签--> 2 <head> 3 <meat charset="utf8"><!--设置字符集 utf8可以展示所有的字体--> 4 <title>Hello life</title><!--设置标题--> 5 </head> 6 <body> 7 <!--在编辑器中不管输 阅读全文
posted @ 2019-11-20 00:00 冯love 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 1 <html lang="en"> <!-- 告诉搜索引擎爬虫,我们的网站是关于什么内容的 --> 2 <hade><!--结构化标签 编写的是用户看不到的代码 3 <meta charse="utf-8"> <!-- 在浏览器中展示中文--> 4 <title>淘宝网-淘!我喜欢</title> 阅读全文
posted @ 2019-11-18 20:59 冯love 阅读(151) 评论(0) 推荐(0) 编辑