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手机端端页面微信小程序移动端APPPc端应用后端应用
三块:
1html 骨头 写网页基本结构 超文本标签标记语言
2css 皮肤美化html 层叠样式表
3javascriptjs思想是一门变成语言运行在客户端浏览器服务上操作系统上 Node.js上的脚本语言
1,2 用来构建页面的3 主要用来写特效,功能
后端语言PHPjavapythongojsnodejs【全栈语言】c#(桌面端,网站)
APP androidjavaswiftocc
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