初识前端

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
网页的三剑客
html:
- 超文本标记语言 结构
css:
- 层叠样式表 装修
js
-网页行为部分 活
网景公司
javascript ecmascript js es es 3 5 6 7 8 9 10 11 12 运行浏览器的脚本语言
表单验证


ECMA 标准 基础的语法
DOM
BOM

-->

</body>
</html>

posted @ 2023-08-15 23:33  进击的程序员3321  阅读(10)  评论(0)    收藏  举报