Search for:

HTML Tables

❮ 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 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 [...]

CSS Combinators 1005

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, [...]

File Path

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. [...]

Text

<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 [...]

배리어 프리 디자인

배리어 프리 디자인은 장애인 등이 일상생활에서 부딪히는 장애물을 없애기 위해 특별한 디자인을 내놓는 것이라면 유니버설 디자인은 장애인만이 아니라 모두가 사용할 수 있는 보편적 디자인을 제시하는 것이다. [...]

HTML Color

HTML Color Hexcode AliceBlue #9CD6E4 AntiqueWhite #FAEBD7 Aqua #00FFFF Aquamarine #7FFFD4 Azure #F0FFFF Beige #F5F5DC Bisque #FFE4C4 Black #000000 BlanchedAlmond #FFEBCD Blue #0000FF BlueViolet #8A2BE2 Brown #A52A2A BurlyWood #DEB887 CadetBlue #5F9EA0 Chartreuse #7FFF00 Chocolate #D2691E Coral #FF7F50 CornflowerBlue #6495ED Cornsilk #FFF8DC Crimson #DC143C Cyan #00FFFF DarkBlue #00008B DarkCyan #008B8B DarkGoldenRod [...]

0912 미완성

ALT : Alternative (대체적, 대안적) 이미지를 텍스트 설명으로 대체함 <!DOCTYPE> HTML (LT) (선언) (Document type. 문서 유형은) (GT) HTML 1. GIF 8비트체계이전 2진수 색상수제한(256 . 인덱스컬러? 알파값(투명화)O. 투명도 조절X 2. JPEG 정방향? 알파값X 불투명함 압축률↑ 용량↓ 화질?↓ 3. PNG 알파값O, 투명도 조절O -8 (색상제한) 용량↓ -24 (풀컬러) 용량↑ 순차주사 프로그레시브 [...]