HTML : HyperText Markup Language 超文本标记语言
- <html>
-
<head>
-
<title>Starbuz Coffee</title> 标题,显示在网页头上
-
</head>
-
<body>
-
<h1>startbuzz coffee beverages</h1>
-
<h2>house blend ,$1.9</h2>
-
<p>a smooth,mild blend of coffees form mexico,
-
bolivia and guatemale.</p>
-
-
<h2>mocha cafe latee,$2.3</h2>
-
<p>espresso,steamed milk and chocolate syrup</p>
-
<h2>capppuccino,$2</h2>
-
<p>a mixture of espresso,steamed milk and foam</p>
-
-
<h2>chai tea,$2</h2>
-
<p>a spicy drink made withbalck tea,spices,milk and
-
-
honey.</p>
-
-
</body>
-
</html>
:标题
:子标题,一共有h1-h6 6个标题
:段落开始,结束
如果在 和
中有多空格,在页面显示时,也会自动省略空格
:因此通知浏览器文件的内容是 HTML 显示效果:
阅读(633) | 评论(0) | 转发(0) |