How i can set text inside table to get top left? when used width and height. <table width="50%" border="1"> <tr> <td width="300" height="300"><p>Test</p> </td> <td > </dh> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </table> Code (markup):