화면구현/html

html 간단 정리

dev-hyeonnnnn 2022. 7. 12. 17:41

box - header, footer, nav, aside, main, section, article, div, span, form

 

item - a, button, input, label, img, video, audio, map, canvas, table

 

block 한 줄에 하나

 

inline 공간이 허용하면 옆에 위치

 

<!-- 주석-->

 

ol>li*3 그리고 tab을 누르면 ol안에 리스트 세개 생성

 

입력받기

  <label for="">name:</label>
  <input id="input_name" type="text">

type = file, password, text....etc

 

F12로 박스보기