<p>str</p>

<h1...6>str</h1...6>


<div>str</div>

<span>str</span>


<table>

<thead> # table head

    <tr><th>str</th></tr> # TableRow, TableHead

</thead>

<tbody> # table body

    <tr><td>str</td></tr> # TableRow, TableData

</tbody>

<tfoot>

    <tr><td>str</td></tr> # TableRow, TableData

</tfoot>

</table>


<br />

<img />


<form>

<select>

<option...>

</option...>

</select>


<input type="text, radio, secret, ..." />

<button>str</button>


</form>


<button>str</button>


<a>str</a>


<img />


attribute 리스트


onClick=func


a href=url


img src=img-path, alt=alternative-str


style="width:100%;height:100%"



WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/