
<!DOCTYPE html>
<p>여기는 문단</p>
<a href="https://www.naver.com"> 네이버 </a>
<img src="./dog.jpeg" width="400px", height="300px">
<p style="color:FF6666;font-size:120px"> 수학 </p>
<div style="background-color:green;"> 초록색 영역입니다.
<br> hello world </div>
<p style="color:red;"> 국어 </p>
<div>
<table border="1">
<tr>
<td colspan="2">첫번째두번째</td><td>세번째</td>
</tr>
<tr>
<td>네번째</td><td style="background-color:yellow;">다섯번째</td><td>여섯번째</td>
</tr>
<tr>
<td>일곱번째</td><td colspan="2">여덟번째아홉번째</td>
</tr>
</table>
</div>
Comment) 많은 tag들이 있다. 하나하나 다 외울 수 없으니 찾아가면서 공부할 것!!