当前位置:网站首页>7.18 Day23 - the markup language
7.18 Day23 - the markup language
2022-08-04 05:34:00 【Which cookie are you?】
目录
The file structure written in markup language is a tree structure,因此HTML网页也称为HTML文档树:
建立一个 05.Use of hyperlink tags 类
建立一个 06.锚链接的使用.html 和06.Web page that defines the anchor point.html两个类
标记语言
常用的标记语言有XML(可扩展标记语言)和HTML(超文本标记语言)
XML一般用于软件系统的配置文件,例如maven的配置文件settings.xml文件,项目中安装依赖的pom.xml文件
HTMLIt is widely used in the structural design of web pages
XML文件的后缀名就是xml
HTML文件的后缀名可以是htm或html
The file structure written in markup language is a tree structure,因此HTML网页也称为HTML文档树:
1.只有一个根节点(只可以嵌套,不可以并列,根节点没有兄弟节点,没有父节点,只有子节点)
2.节点中可以并列,也可以嵌套,between nodes that are juxtaposed兄弟关系(拥有同一个父节点),嵌套节点之间是父子关系
3.一个父节点可以嵌套多个子节点,一个节点可能存在多个兄弟节点
4.一个节点只有一个直接父节点,But there can be multiple levels of parent nodes
5.节点(node)也称为标签(tag)或者元素(element),是标记语言的最小组成单位,每一个节点用于标记网页中的一个信息
6.标签的语法:
单标签:<标签名/>(自闭hCombined spelling)
双标签:<标签名></标签名>
标签中的"/"代表节点的闭合,表示这个节点到此结束
双标签有开始标签和结束标签,在结束标签中用"/"闭合,Subtags can be nested
单标签不Subtags can be nested,自闭合

建一个 01.hello word!.html 类
1.

2.

3.

4.

建一个 02.表格标签的使用 类


建一个 03.表格的跨行与跨列.html 类
Properties across lines rowspan="2"


建一个 04.图片标签的使用.html的类




建立一个 05.Use of hyperlink tags.html 类


建立一个 06.锚链接的使用.html 和06.Web page that defines the anchor point.html两个类



建立一个07-表单标签的使用.html类








CSS:
CSS 全称 Cascading Style Sheets,即层叠样式表,⽤to write the⽹⻚进⾏美化、Code for layout and typography
建一个 08-CSS基础选择器.html 类




建一个 09-外部样式和内部样式.html 类

建一个 10-高级CSS选择器.html 类







边栏推荐
- MySQL date functions
- Can 't connect to MySQL server on' localhost3306 '(10061) simple solutions
- 如何将 DevSecOps 引入企业?
- Cannot read properties of null (reading ‘insertBefore‘)
- 《看见新力量》第四期免费下载!走进十五位科技创业者的精彩故事
- 处理List<Map<String, String>>类型
- 【云原生--Kubernetes】Pod资源管理与探针检测
- 如何低成本修bug?测试左移给你答案
- Towards Real-Time Multi-Object Tracking (JDE)
- 8.03 Day34---BaseMapper query statement usage
猜你喜欢
随机推荐
擎朗智能全国研发创新中心落地光谷:去年曾获2亿美元融资
C Expert Programming Chapter 5 Thinking about Chaining 5.6 Take it easy --- see who's talking: take the Turning quiz
Web Basics and Exercises for C1 Certification - My Study Notes
Use Patroni callback script to bind VIP pit
[Cocos] cc.sys.browserType可能的属性
在被面试官说了无数次后,终于潜下心来整理了一下JVM的类加载器
DataTable uses Linq for grouping and summarization, and converts the Linq result set into DataTable
Performance testing with Loadrunner
8.03 Day34---BaseMapper query statement usage
day13--postman interface test
TSF微服务治理实战系列(一)——治理蓝图
Cannot read properties of null (reading 'insertBefore')
9. Dynamic SQL
【论文阅读笔记】无监督行人重识别中的采样策略
使用Loadrunner进行性能测试
去重的几种方式
Canal mysql data synchronization
8.03 Day34---BaseMapper查询语句用法
npm安装依赖报错npm ERR! code ENOTFOUNDnpm ERR! syscall getaddrinfonpm ERR! errno ENOTFOUND
败给“MySQL”的第60天,我重振旗鼓,四面拿下蚂蚁金服offer







![[Evaluation model] Topsis method (pros and cons distance method)](/img/e7/c24241faced567f3e93f6ff3f20074.png)
