码迷,mamicode.com
首页 > Web开发 > 详细

Html 基础知识 温故而知新(一)

时间:2014-06-12 00:24:44      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   ext   color   

html:HyperText Makeup Language)超文本标记语言。

网页大致可分为:1)静态网页(html/htm)  2)动态网页(aspx/php等页面)。

 html的基本结构为:

1
2
3
4
5
6
7
8
<html>
   <head>
       <title>标题</title>
  </head>
<body>
     主体部分
</body>
</html>
  • html 基本标签的使用语法为 <标签名 属性="属性值">标记内容</标签名>
  • 标签不区分大小写  例如:<body>主体部分</body> 和 <BODY>主体部分</BODY> 效果一样。
  • 属性值也可以不加引号 例如:<p align=center>hello html !</p>

 

 

Html 基础知识 温故而知新(一),布布扣,bubuko.com

Html 基础知识 温故而知新(一)

标签:style   class   blog   code   ext   color   

原文地址:http://www.cnblogs.com/ccyiwyy/p/3755208.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!