Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 196 Bytes

行内元素和块级元素都有哪一些.md

File metadata and controls

33 lines (27 loc) · 196 Bytes

行内元素

<span>
<a>
<b>
<strong>
<img>
<input>
<textarea>
<select>
<em>
<del>

块级元素

<address>
<center>
<h1>~<h6>
<p>
<pre>
<ul>
<ol>
<dl>
<table>
<div>
<form>