Files
ClassContent/历届学生/罗朝/2019-03-29/笔记.txt
2024-09-27 02:06:13 +08:00

45 lines
629 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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