่งฃๆฑบๆนๆก๏ผ
ๅ่ฉฆๅฐ align="..." ๆน็บ alignment="..." ็็ใ(็ตๆ OK โ )
่งฃๆฑบๆนๆก๏ผ
// โญ๏ธ register new tag <i-vstack>
customElements.get('i-vstack') ||
customElements.define('i-vstack', VStack);
ๅฆๆ้ฝๆฏ็จ็พๅๆฏ๏ผๅไธ่ทฏๅพ html โฉ body โฉ .... โฉ ๅฐ่ชๅทฑ็็ดๅฑฌๆฏ็ฉไปถ้ฝ่ฆๆๆ็ขบ่จญๅฎ %๏ผๅฆๅๅช่ฆไธญ้ๆไธๅฑคๆทๆไนๆฏๆฒ็จใ
HTML align attribute supports col, colgroup, tbody, td, tfoot, th, thead, tr elements. Usage of align attribute for any other HTML elements is deprecated. You must use CSS for those. ๐ w3resource โฉ
- ้ๅ้กๅธธๅบ็พๅจ CodeSandbox ไธใ
In order for a % value to work for height, the parent's height must be determined. ๐ฃ