- width()/height() : 컨텐츠의 가로/세로 길이 - innerWidth()/innerHeight() : 컨텐츠와 패딩을 합친 가로/세로 길이 - outerWidth()/outerHeight() : 컨텐츠와 패딩과 테두리를 합친 가로/세로 길이 - outerWidth(true)/outerHeight(true) : 컨텐츠와 패딩과 테두리와 마진을 합친 가로/세로 길이 - width(숫자)/height(숫자) : 컨텐츠의 가로/세로 길이를 설정