教程-html (2)
什么是html呢?
他的全称是HyperText MarkupLanguage
他的特点有
- 不是编程语言 算标记语言
- 有的人叫他web页面
- 他包含html标签 文字内容
- 他的标签一般是成对的
<p></p>
<标签>内容</标签>
doctype声明
doctype 声明是不区分大小写的
所以你可以这样<!DOCTYPE html>
<!DOCTYPE HTML>
<!doctype html>
<!Doctype Html>
<!DocTyPe hTmL>
最后一种不要模仿了