Search for:

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