Home  >  Article  >  Web Front-end  >  HTML学习笔记HTML的语法【1】_html/css_WEB-ITnose

HTML学习笔记HTML的语法【1】_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:15:36935browse

1.什么是HTML标记语言?

HTML是表示网页信息的符号标记语言。

2.HTML的标记和他的属性

  1. HTML文档的保存格式:.html、.htm、.xhtml
  2. 标记和被标记的内容构建出HTML文档。格式:内容标记>
  3. 标记的属性(用来控制图像、文本等如何的显示)格式:内容标记>

3.语法不区分字母大小写

、、都是定义相同的标记,但是在编写网页的使用尽量使用小写。

4.文档注释

注释一段内容时使用""结束。

例如:

<!--这是文档的注释-->

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn