Hellooo,
For our Web Authoring school subject we have to script a web site, but I'm having a bit of trouble.
The problem is that I can't figure out how to make my border and text color different, they always end up the same...
Here's my code
CODE
Website
body {color:black ; font-weight:bold;}
h1 {color: green;}
table {background-color: beige:}
tr {background-color: lightblue;
td {background-color crimson;}
td.cell1 {background-color: lilac;}
div {margin-top: 300px;margin-left: 200px; background-color:blue;}
Test Text
And while I'm here, what are some cool things I can add to get better marks?
Thanks in advance
For our Web Authoring school subject we have to script a web site, but I'm having a bit of trouble.
The problem is that I can't figure out how to make my border and text color different, they always end up the same...
Here's my code
CODE
Website
body {color:black ; font-weight:bold;}
h1 {color: green;}
table {background-color: beige:}
tr {background-color: lightblue;
td {background-color crimson;}
td.cell1 {background-color: lilac;}
div {margin-top: 300px;margin-left: 200px; background-color:blue;}
Test Text
And while I'm here, what are some cool things I can add to get better marks?
Thanks in advance






