멀티미디어 연습 영상
[...]
[...]
HTML Table Borders table, th, td { border: 1px solid black;} table, th, td { border: 1px solid black; border-collapse: collapse; <-border를 붕괴=합친다, 허문다} tr은 보더 적용 X background-color는 TD >>>> TR > Tabel 순으로 TD가 최우선으로 적용됨. TD 기본형 TR TD가 모인 것 (줄마다 색을 주고 싶으면 사용) Table TR이 모인 것 크롬에서는 TR 위에 Tbody가 생김(없을 [...]
❮ PreviousNext ❯ HTML tables allow web developers to arrange data into rows and columns. Example Company Contact Country Alfreds Futterkiste Maria Anders Germany Centro comercial Moctezuma Francisco Chang Mexico Ernst Handel Roland Mendel Austria Island Trading Helen Bennett UK Laughing Bacchus Winecellars Yoshi Tannamuri Canada Magazzini Alimentari Riuniti Giovanni [...]
Relative Lengths Relative length units specify a length relative to another length property. Relative length units scale better between different rendering medium. Unit Description em Relative to the font-size of the element (2em means 2 times the size of the current font) Try it ex Relative to the x-height of [...]
지난 토요일은 오랜만에 외출을 하는 휴일이었다. 간만에 쐰 이른 오전의 햇살이 따듯한 날이었다. 버스를 타고 이동하던 중 갑작스러운 비가 내렸는데, 도로가에 고인 잔잔한 물웅덩이에 빗방울이 떨어지는 모습을 지켜보는 것이 좋았다. 돌아올 때는 버스를 잘못 타 길을 잃었다. 집과 멀지 않은 곳이지만, 처음보는 거리의 풍경이 유난히 색달라 보이는 날이었다. 인도에 비둘기가 [...]
[...]
A combinator is something that explains the relationship between the selectors. A CSS selector can contain more than one simple selector. Between the simple selectors, we can include a combinator. There are four different combinators in CSS: The position property specifies the type of positioning method used for an element (static, relative, [...]
A file path describes the location of a file in a web site’s directory structure. ~파일의 위치 지정 Path Description <img src=”picture.jpg”> The “picture.jpg” file is located in the same directory as the current page. <img src=”images/picture.jpg”> The “picture.jpg” file is located in the images directory in the current directory. [...]
학원에 너무 일찍 도착한 어느 날, 문이 열릴 때까지 잠깐의 아침 산책을 즐겼습니다. 평소 다니던 길을 조금 벗어날 때면 완전히 다른 장소에 온 듯한 기분이 드는 것은 언제나 신기합니다. 높고 빽빽한 건물들과 간간이 심어진 푸르른 식물 사이에서 유난히 눈에 띄는 빨간 우체통을 발견했습니다. 오랜만에 만난 우체통의 모습은 무척 반가웠지만, 우편의 [...]
<b> – Bold text <strong> – Important text <i> – Italic text <em> – Emphasized text <mark> – Marked text <small> – Smaller text <del> – Deleted text <ins> – Inserted text <sub> – Subscript text <sup> – Superscript text [...]