mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
6 lines
142 B
HTML
6 lines
142 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
table { background: yellow; }
|
|
td { width: 500px; }
|
|
</style>
|
|
<table><tr><td>Should be 500px wide</td></tr></table>
|