I am working with the following code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
td.one
{
align="center";
colspan="3";
bgcolor="lightgrey";
style="font-size:15px;font-weight:bold;"
}
</style>
</head>
<body>
<table border="1" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td> </td>
<td> </td>
<td class="one">Session 1</td>
<td class="one">Session 1</td>
</tr>
</body>
This CSS is not working for me. I want to make classes so different <td>
elements will have different appearances.