Answers for "html td right align"

0

html table td right align

<td class='alnright'>text to be aligned to right</td>

<style>
    .alnright { text-align: right; }
</style>
Posted by: Guest on October-27-2021

Browse Popular Code Answers by Language