I want to have two different font sizes within one block. How can I make "The Falcon Family" size 20pt and "The Falcon fam is from..." size 15pt and still be one table data.
<html>
<head>
<table border= "20" borderColor = "#71a14d" bgcolor= "#d1e83f">
<td colspan="7" style="font-size:20pt"> The Falcon Family</br>
The Falcon fam is from Russia they are nomads traveling through out the world.</td>
</table>
</body>
</html>