<ul>
<a href="#"><li>HTml</li></a> (<li></li> 를 사용하면 결과물 앞에 점이 붙는다.)
<a href="#"><li>css</li></a>
<a href="#">
<li>java script</li>
</a>
<a href="#">
<li>j-query</li>
</a>
<a href="#">
<li>bootstrap</li>
</a>
</ul>
1.<a href="#"><li>css</li></a>
2.<a href="#">
<li>java script</li>
</a>
<a href="https://www.daum.net/">
<img src="img/daum.png" alt="다음CI" width="180px" height="50px"/>
</a>
<a href="https://www.msn.com/ko-kr" target="_parent">
<img src="img/msn.jpg" alt="msn CI" width="180px" height="50px"/>
</a>
<a href="https://www.google.com/" target="_blank">
<img src="img/google.png" alt="구글 CI" width="180px" height="50px"/>
</a>
<a href="https://www.naver.com/">
<img src="img/naver.png" alt="네이버 CI" width="180px" height="50px"/>
</a>
<a href="https://www.nate.com/">
<img src="img/nate.png" alt="네이트 CI" width="180px" height="50px"/>
</a>