<style type="text/css"> td { background-color: Yellow; text-align: right;}</style>
<html> <head> <style type="text/css"> td { background-color: Yellow; text-align: right;}</style> <title>Style</title></head>
<link href="estilo.css" rel="stylesheet" type="text/css" />
<html> <head> <link href="estilo.css" rel="stylesheet" type="text/css" /> <title>Style</title></head>
@import url(http://www.endereco.com/css/estilo_a.css); @import url(http:///www.endereco.com/css/estilo_b.css); @import url(http:///www.endereco.com/css/estilo_c.css); @import url(http:///www.endereco.com/css/estilo_d.css);
<html> <head> <style type="text/css">@import url(http://www.endereco.com/css/estilo_total.css); </style> <title>Style</title></head>
td { background-color: Yellow; text-align: right;}
<table> <tr> <td>texto alinhado à direita <br />cor de fundo amarela</td></tr></table>
<table> <tr> <td style="background-color: Yellow; text-align: right;">texto alinhado à direita <br />cor de fundo amarela</td></tr></table>
<table> <tr> <td class="estilo01">texto alinhado à direita <br />cor de fundo amarela</td></tr></table>
<table> <tr> <td class="estilo02">texto alinhado no centro <br />cor de fundo lima</td></tr></table>