CSS Warna, Border
CSS Warna, Border
The background-color property is set using the keyword yellow. aqua - aqua
The background-color property is set using a RGB 6-Digit Hexadecimal value of #ffa500.
width keywords:
o thin
o medium
o thick
style keywords:
o none - No border.
o hidden - The same as the keyword none. It is however different for table elements in
Note: The border samples, shown above, may not appear identically in all browsers.
color keywords:
o aqua - aqua = #00ffff = rgb(0,255,255)
o black - black = #000000 = rgb(0,0,0)
o blue - blue = #0000ff = rgb(0,0,255)
o fuchsia - fuchsia = #ff00ff = rgb(255,0,255)
o gray - gray = #808080 = rgb(128,128,128)
o green - green = #008000 = rgb(0,128,0)
o lime - lime = #00ff00 = rgb(0,255,0)
o maroon - maroon = #800000 = rgb(128,0,0)
o navy - navy = #000080 = rgb(0,0,128)
o olive - olive = #808000 = rgb(128,128,0)
o orange - orange = #ffa500 = rgb(255,165,0)
o purple - purple = #800080 = rgb(128,0,128)
o red - red = #ff0000 = rgb(255,0,0)
o silver - silver = #c0c0c0 = rgb(192,192,192)
o teal - teal = #008080 = rgb(0,128,128)
o white - white = #ffffff = rgb(255,255,255)
o yellow - yellow = #ffff00 = rgb(255,255,0)
o transparent - The background color under the border is visible.