Body Attributes - HTML Cheatsheet

by Geethalakshmi 2010-09-16 23:02:06

Body Attributes - HTML Cheatsheet



<body bgcolor="pink"> Sets the background color, using name or hex value

<body text="black"> Sets the text color, using name or hex value

<body link="blue"> Sets the color of links, using name or hex value

<body vlink="#ff0000"> Sets the color of followed links, using name or hex value

<body alink="#00ff00"> Sets the color of links on click

<body ondragstart="return false" onselectstart="return false"> Disallows text selection with the mouse and keyboard

Tagged in:

1074
like
0
dislike
0
mail
flag

You must LOGIN to add comments