class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Coal, coke and briquettes 13.9%
1 12.8% Petroleum, petroleum products and related materials
Iron and steel 9.7%
2 6.2% Electrical machinery, apparatus and appliances, n.e.s.
Fixed vegetable oils and fats, crude, refined or fractionated 9.3%
3 6.1% Iron and steel
Metalliferous ores and metal scrap 5.7%
4 5.6% Other industrial machinery and parts
Road vehicles 4.0%
5 3.8% Specialised machinery
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);