today we are looking at using pseudo classes
the a tag (a link) can have different styles according to off the mose is over the link, or the link has already been visited etc
these are known as pseudo classes
have a look at this file – work through it and make sure you understand how to style links with css
we are also looking at the final missing competence – using tables
the basics of tables are very straightforward
<table>
<tr> <td>some data</td> <td> some more data</td> </tr>
<tr> <td>some data</td> <td> some more data</td> </tr>
<tr> <td>some data</td> <td> some more data</td> </tr>
<table>
useful links