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

HTML基本语法

时间:2017-06-05 00:36:13      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:type   htm   标签   copy   ble   class   Enctype   基本   ext   

<head>标签

    1. <title>
    2. <base/>
    3. <link/>(rel、href、type)
    4. <meta/>(http-equiv、name、content)

<body>标签

    1. 块级标签 & 内联标签
    2. 基本标签(<h1>~<h6>、<p>、<b> <strong>、<strike>、<u>、<em> <i>、<sup>、<sub>、<br>、<hr>、<div>、<span>)
    3. 特殊符号(&gt;、&lt;、&nbsp;、&quot;、&copy;...)
    4. <a> 超链接标签(锚标签)(href、target、name)
    5. <img> 图形标签(src、title、alt、width、height、align)
    6. 列表标签(<ul>、<ol>、<li>、<dl>、<dt>、<dd>)
    7. <table> 表格标签(<table> 、<caption> 、<tr>、<th>、<td>、<thead>、<tbody>、rowspan、colspan)
    8. <from> 表单标签(action、method、enctype、<input>、<textarea>、<select>、<label>、<fieldset>)

HTML基本语法

标签:type   htm   标签   copy   ble   class   Enctype   基本   ext   

原文地址:http://www.cnblogs.com/skyhatge/p/6942283.html

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