독학/html

독학 -html5

나아눙 2022. 9. 2. 16:56

웹 코딩 시작하기 책 공부!

 

메타 태그 

키워드 입력 , 설명 입력

<meta name = "kewords" content="해당 페이지의 키워드"/>

<meta name = "description" content = "해당 페이지의 설명"/>

 

ping 속성

<a href = "이동할 주소" ping = "통계 기록을 수집 구현한 프로그램의 주소">링크명</a>

이 속성은 백엔드 기술(php)이 필요

 

input 속성

라디오 vs 체크박스

라디오는 여러개중 하나

체크박스는 여러개중 여러개

 

span(inline)

div(block)

 

svg와 canvas 태그 

CSS어ㅏ jQuery가 필요

 

table 태그 

tr 새로운 줄 생성 

td 새로운 칸 생성

align - left,center,right

bgcolor

background

bordercolor

cellspacing 간격

cellpedding 여백

height 크기 비율

width 크기 비율