The bgcolor
tag takes different words and changes the color.
What actually happens? Does it take the ASCII values?
<html>
<head>
<title> Background Color </title>
</head>
<body bgcolor="Daniel">
</body>
</html>
When I assign random words to the bgcolor
tag, it applies some kinda color. How does it work?