Exercise: Component – Attributes – CSS

1. Create a component productInfo with name ,price,quantity with default values as below and display the attributes
name = laptop
price = 15000
quantity = 3

2. Create a Component shipping_detail with city,state,pincode and display the attribtutes

3. invoke the productInfo and shipping_Details in an application.

4. Apply css styling on your own to display this.