Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

105.[html]html 的意义? #105

Open
webVueBlog opened this issue Mar 22, 2020 · 1 comment
Open

105.[html]html 的意义? #105

webVueBlog opened this issue Mar 22, 2020 · 1 comment
Labels
html html

Comments

@webVueBlog
Copy link
Member

No description provided.

@webVueBlog webVueBlog added the html html label Mar 22, 2020
@webVueBlog
Copy link
Member Author

HTML 指的是超文本标记语言 (Hyper Text Markup Language)

HTML 不是一种编程语言,而是一种标记语言 (markup language)

标记语言是一套标记标签 (markup tag)

HTML 使用标记标签来描述网页

HTML 标记标签通常被称为 HTML 标签 (HTML tag)

HTML 标签是由尖括号包围的关键词,比如

HTML 标签通常是成对出现的,比如

标签对中的第一个标签是开始标签,第二个标签是结束标签

开始和结束标签也被称为开放标签和闭合标签

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

1 participant