<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%"
'Web' 카테고리의 다른 글
[Web] React Custom Tag (0) | 2018.04.03 |
---|---|
[Web] javascript comarison operator (python과 다른 부분) (0) | 2018.04.03 |
[Web] Error: 'React' must be in scope when using JSX (0) | 2018.04.03 |
[Web] react setState callback parameter (0) | 2018.04.03 |
[Web] xpath - 특정 attribute를 가진 태그 (0) | 2018.04.03 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/