first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
html: 超文本标记语言,相当于人的骨骼
css: 层叠样式表,相当于人的外观和衣服
javascript运行在客户端浏览器上的脚本语言(相当于人的思想)
html
标签
<开始标签> </结束标签>
<html>
<head>
给浏览器看的代码
</head>
<body>
给用户看的代码
</body>
</html>
title : 设置网站的标签卡
meta: 元数据标签
参考地址https://blog.csdn.net/qq_16559905/article/details/51182085
h1 ~ h6 标题,一般用于文章内容标题
任务:
在网页播放 mp3
看文档http://www.runoob.com/html/html-intro.html