当前位置:网站首页>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 类
边栏推荐
- DataTable uses Linq for grouping and summarization, and converts the Linq result set into DataTable
- 力扣:96.不同的二叉搜索树
- Performance testing with Loadrunner
- 败给“MySQL”的第60天,我重振旗鼓,四面拿下蚂蚁金服offer
- 8.03 Day34---BaseMapper查询语句用法
- JS basics - forced type conversion (error-prone, self-use)
- string类简介
- C1认证之web基础知识及习题——我的学习笔记
- Chapter 5 C programming expert thinking 5.4 alert Interpositioning of links
- LCP 17. 速算机器人
猜你喜欢
随机推荐
The difference between px, em, and rem
7.13 Day20----MYSQL
7、特殊SQL的执行
Uni-app 小程序 App 的广告变现之路:全屏视频广告
MySql data recovery method personal summary
C Expert Programming Chapter 4 The Shocking Fact: Arrays and Pointers Are Not the Same 4.3 What is a Declaration and What is a Definition
力扣:96.不同的二叉搜索树
5个开源组件管理小技巧
你以为border-radius只是圆角吗?【各种角度】
8大软件供应链攻击事件概述
Will the 2023 PMP exam use the new version of the textbook?Reply is here!
如何将 DevSecOps 引入企业?
4.1 JdbcTemplate for declarative transactions
力扣:62.不同路径
npm安装依赖报错npm ERR! code ENOTFOUNDnpm ERR! syscall getaddrinfonpm ERR! errno ENOTFOUND
Use Patroni callback script to bind VIP pit
C Expert Programming Chapter 5 Thinking about Linking 5.1 Libraries, Linking and Loading
flink cdc一启动,源端Oracle那台服务器的CPU就飙升到80%以上,会是啥原因呢?
编程大杂烩(三)
9、动态SQL