当前位置:网站首页>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 类







边栏推荐
- Cannot read properties of null (reading ‘insertBefore‘)
- C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.3 什么是声明,什么是定义
- The idea setting recognizes the .sql file type and other file types
- 9. Dynamic SQL
- 部署LVS-DR群集【实验】
- el-Select selector bottom fixed
- 3面头条,花7天整理了面试题和学习笔记,已正式入职半个月
- Dynamic programming of the division of numbers
- Redis common interview questions
- 8大软件供应链攻击事件概述
猜你喜欢

关于yolo7和gpu

7.15 Day21---MySQL----索引
![[Cocos 3.5.2]开启模型合批](/img/d9/9e8f71c9a26c8052b11291fe3ba7ac.png)
[Cocos 3.5.2]开启模型合批

【论文阅读笔记】无监督行人重识别中的采样策略

MySQL database (basic)

败给“MySQL”的第60天,我重振旗鼓,四面拿下蚂蚁金服offer

使用Loadrunner进行性能测试

Shocked, 99.9% of the students didn't really understand the immutability of strings

如何将 DevSecOps 引入企业?
![[C language advanced] program environment and preprocessing](/img/ac/a13dd2cc47136d4938b6fc7fad660c.png)
[C language advanced] program environment and preprocessing
随机推荐
一个对象引用的思考
Teenage Achievement Hackers Need These Skills
DataTable uses Linq for grouping and summarization, and converts the Linq result set into DataTable
C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.2 我的代码为什么无法运行
Redis common interview questions
8.03 Day34---BaseMapper query statement usage
TSF微服务治理实战系列(一)——治理蓝图
【问题解决】同一机器上Flask部署TensorRT报错记录
力扣题解8/3
C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.5 数组和指针的其他区别
MySql数据恢复方法个人总结
Write golang simple C2 remote control based on gRPC
[Cocos 3.5.2]开启模型合批
7.18 Day23----标记语言
TensorRTx-YOLOv5工程解读(二)
C Expert Programming Chapter 4 The Shocking Fact: Arrays and Pointers Are Not the Same 4.5 Other Differences Between Arrays and Pointers
MySql data recovery method personal summary
9、动态SQL
关于yolo7和gpu
C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.3 什么是声明,什么是定义