互贊網(wǎng)站 HTML表格置頂代碼?
HTML表格置頂代碼?<table align="left" height="60" > <tr> <td valign="top"> 這段文字需要靠左切置頂(就是默
HTML表格置頂代碼?
<table align="left" height="60" > <tr> <td valign="top"> 這段文字需要靠左切置頂(就是默認(rèn)文章開頭那樣,從頂端第一排空2格開始) </td> </tr> </table>
怎樣讓網(wǎng)頁的內(nèi)容置頂?
在html body標(biāo)記里加屬性 <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">