<Meta http-equiv = "Content-type" content = "text/html; charset = UTF-8">
<Html>
<Style>
# F1 {
Color: navy;
Background: lime;
}
# F2 {
Color: red;
Background: lime;
}
</Style>
<Body style = "background-color: PowderBlue;">
<H1> Look! Styles and colors whitelist
<P style = "font-family: verdana; color: red">
This text is in Verdana Grand Prix and red </p>
<P style = "font-family: times; color: green">
This text is in Times and handsome green </p>
<P style = "font-size: 30px"> This text is 30, do you know pixels high </p>
<A name = "tips"> Useful Tips Section </a>
<A href = "# tips"> Visit the Useful Tips Section </a>
<P id = "F1"> This is the first </P>
<P id = "F2"> This is the second </P>
<Table border = "1">
<Tr>
<Td> row 1, cell 1 </td>
<Td> row 1, cell 2 </td>
</Tr>
<Tr>
<Td> row 2, cell 1 </td>
<Td> row 2, cell 2 </td>
</Tr>
</Table>
</Body>
</Html>