HTML中的一些样式设置,似乎是很老式的设立

HTML中的一些样式设置,似乎是很老式的设置啊

<img style="float:right; padding-right:10px"    src="back_off.gif"    name="backBtn" id="backBtn" alt="BackButton"    border="0" /> 

 

<table width="80%" style="table-layout: fixed"></table>

 

<table name="xx" style="border:1px solid black;" width="90%" cellpadding="0px">

 

<td width="30%" align="left" style="word-break: break-word;"></td>

 

<td style="text-align:justify;text-justify:inter-word;"></td>

 

<textarea style="resize: none;" cols="90" rows="8" readonly="readonly"> xx </textarea>