html常用标签
2018-11-06 15:11:51 0 举报
AI智能生成
学用html标签
作者其他创作
大纲/内容
布局标签
<div>...</div>
基本标签
<html>...</html>
<head>...</head>
<meta>
<titile>...</titile>
<link>
<style>...</style>
<body>...</body>
<!--...-->
文本标签
<h1>...</h1>
<b>...</b>
<strong>...</strong>
<i>...</i>
<em>...</em>
<center>...</center>
<ul>...</ul>
<ol>...</ol>
<li>...</li>
<a href="...">...</a>
<font>...</font>
<sub>
<sup>
<br />
<p>...</p>
图形标签
<img src="...'></img>
<hr>
表格标签
<table>...</table>
<th>...</th>
<tr>...</tr>
<td>...</td>
其它标签
<form>...</form>
<input type="..." />
type="submit"
type="reset"
type="text"
type="button"
type="radio"
type="password"
type="file"
type="checkbox"
<textarea></textarea>
<button type="..."></button>
<select></select>
<frame>...</frame>
0 条评论
下一页