class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 81.7%
1 13.5% Petroleum, petroleum products and related materials
Gas, natural and manufactured 8.4%
2 8.7% Road vehicles
Non metallic mineral manufactures, n.e.s. 4.0%
3 6.8% Other industrial machinery and parts
Crude fertilizers other than division 56, and crude minerals 3.3%
4 5.7% Cereals and cereal preparations
Other transport equipment 1.4%
5 4.8% Specialised machinery
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);