학습내용
<html>
<head>
- - - - - - - - -
</head>
<body>
- - - - - - - - - -
</body>
</html>
https://www.advancedwebranking.com/html/
를 확인하여 tag 가 사용되는 빈도를 확인하여 학습하자.
https://www.w3schools.com/tags/tag_del.asp 참고, 활용
<div> abc </div>
<span> abc </span>
<img src = “ 이미지 위치” width="450">
<a href =“ 링크를 누르면 이동할 주소” target=“_blank”> 링크 </a>
<p> abc </p>
<br> abc 또는 def <br>
<ul>
<li> item1 </li>
<li> item2 </li>
<li> item3 </li>
<ul>
<li> item3-1 </li>
<li> item3-2 </li>
</ul>
</ul>
<input type = “text” placeholder = “type here” >
<input type = “password”>
<input type = “check box”>
<input type= “radio” name=“그룹 이름”>
<textarea> 가나다라 </textarea>
<button> 로그인 </button>
<h1> ??? </h1> // <h2> ??? </h2> //<h3> ??? </h3> //<h4> ??? </h4> //<h5> ??? </h5>
<strong> 로그인 </strong>
<u> 로그인 </u>
미비한 점
태그에 대해서 단순 암기식이 되서 활용할 때 자주 까먹을거 같다.
느낀 점
한주가 드디어 끝났는데 이론은 엄청 많은건 아닌데 역시나 활용이 너무 어렵다....
단순 공부가 아닌 활용 하는걸, 타이핑을 많이 쳐보면서 공부하는법에 익숙해져야 할거 같다.