Files
ClassContent/历届学生/陈一航/2020-03-10/笔记.txt
2024-09-27 02:06:13 +08:00

87 lines
1.4 KiB
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.

前端:主要做网页的前端页面,页面特效和页面功能
应用范围:写pc(手机端)端页面,微信小程序,移动端APP,Pc端应用,后端应用
三块:
1:html 骨头 : 写网页基本结构 超文本标签标记语言
2:css 皮肤:美化html 层叠样式表
3:javascript(js)思想:是一门变成语言,运行在客户端浏览器(服务上操作系统上 Node.js)上的脚本语言
1,2 用来构建页面的,3 主要用来写特效,功能
后端语言:PHP,java,python,go,js(nodejs)【全栈语言】,c#(桌面端,网站)
APP: android(java),swift,oc(c)
meta:
title: 浏览器标签卡
相对路径:
./ 当前目录
../ 上一层
/ 网站根目录
ul:无序列表
ol:有序列表
作用:
1:实现重复性的布局
2:网站的导航菜单(下拉菜单)
3:新闻网站的新闻列表
标签分类:
块级标签:
1:会独占一行 div
2:可以设置宽高属性 width height
行内标签: span
1: 不会独占一行
2: 不能设置宽高
div:
作用:用来组织网站整体结构的
span:
作用: 用来组织网站局部结构的
http请求方法:
get
参数放在地址栏
post
参数放在请求体body内部,form data
put
delete
header
option
任务
table
select
iframe