Wikisumber:Bak pasir: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Empat Tilda (bicara | kontrib)
Empat Tilda (bicara | kontrib)
Baris 92:
** <code><nowiki><tt></nowiki></code>: memakai {{tl|monospace}}
 
*The use of thepenggunaan <code>align</code> attributeatribut ini isjuga alsotidak deprecateddigunakan anddan shouldharus bediganti replaceddengan withatribut CSS:
** Foruntuk tablememposisikan tabel positioning<ref>https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#attr-align</ref>
*** <code>align=center</code>: usegunakan <code>style="margin: auto;"</code>
*** <code>align=left/right</code>: usegunakan <code>style="margin-right/margin-left: auto;"</code> (thebatas margin is on the "blank" sidedi ofsisi thekosong tabletabel)
*** <code>align=left/right</code>: usegunakan <code>style="float: left/right;"</code> (thisini allowsmemungkinkan surroundingkonten contentuntuk tomengambang "flow" around thediantara tabletabel)
** Foruntuk textmeratakan alignmentteks (e.g.,misal inuntuk tabletabel ''cellscell'')<ref>https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-align</ref>:
*** <code>align=left/center/right</code>: usegunakan <code>style="text-align: left/center/right;"</code>
*ThePenggunaan use of theatribut <code>valign</code> attribute should besebaiknya replaceddigantikan withdengan CSS<ref>[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#attr-valign in tables], [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-align in table cells]</ref>:
** <code>valign=top</code> → <code>vertical-align: top;</code>
** <code>valign=middle</code> → <code>vertical-align: middle;</code>
** <code>valign=bottom</code> → <code>vertical-align: bottom;</code>
* ''All''atribut otherspesifik table-specificlainnya attributesyang ondigunakan tablesuntuk aretabel, deprecatedkini sudah tidak digunakan lagi <ref>https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#attributes</ref>:
** <code>width</code>: usegunakan CSS <code>width</code>
** <code>frame</code>: usegunakan CSS <code>border</code>
** <code>cellpadding</code>: usegunakan CSS <code>padding</code> on thepada cells, anddan setatur <code>border-collapse: collapse</code>
** <code>cellspacing</code>: usegunakan CSS <code>border-spacing</code> and do not <code>border-collapse</code> (bothkeduanya applydipraktekkan tountuk the tabletabel, notbukan theuntuk cellscell)
** <code>bgcolor</code>: usegunakan CSS <code>background-color</code>
 
=== Tagging ===