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







边栏推荐
- 解决错误:npm WARN config global `--global`, `--local` are deprecated
- 4.3 基于注解的声明式事务和基于XML的声明式事务
- Write golang simple C2 remote control based on gRPC
- 你以为border-radius只是圆角吗?【各种角度】
- MySQL database (basic)
- 力扣:96.不同的二叉搜索树
- CentOS7 —— yum安装mysql
- npm init [email protected] 构建项目报错SyntaxError: Unexpected token ‘.‘解决办法
- MySQL log articles, binlog log of MySQL log, detailed explanation of binlog log
- The 2022 PMP exam has been delayed, should we be happy or worried?
猜你喜欢

触觉智能分享-SSD20X实现升级显示进度条

Cannot read properties of null (reading 'insertBefore')
![[C language advanced] program environment and preprocessing](/img/ac/a13dd2cc47136d4938b6fc7fad660c.png)
[C language advanced] program environment and preprocessing

The symbol table

编程大杂烩(三)

idea设置识别.sql文件类型以及其他文件类型

Can 't connect to MySQL server on' localhost3306 '(10061) simple solutions

7.15 Day21---MySQL----索引

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

C1认证之web基础知识及习题——我的学习笔记
随机推荐
力扣:96.不同的二叉搜索树
static在不同位置定义变量居然还有不同的含义?
文献管理工具 | Zotero
数的划分之动态规划
4.3 基于注解的声明式事务和基于XML的声明式事务
腾讯136道高级岗面试题:多线程+算法+Redis+JVM
解决错误:npm WARN config global `--global`, `--local` are deprecated
CentOS7 - yum install mysql
《看见新力量》第四期免费下载!走进十五位科技创业者的精彩故事
编程大杂烩(三)
The Road to Ad Monetization for Uni-app Mini Program Apps: Full Screen Video Ads
MySQL database (basic)
Landing, the IFC, GFC, FFC concept, layout rules, forming method, use is analysed
Cannot read properties of null (reading ‘insertBefore‘)
处理List<Map<String, String>>类型
How to view sql execution plan offline collection
如何将 DevSecOps 引入企业?
What is the salary of a software testing student?
The idea setting recognizes the .sql file type and other file types
入坑软件测试的经验与建议