Spoken Tutorial - CSS 3 - Assignment
				Funded by the Ministry of Education (MoE), Govt. Of India
				       Indian Institute of Technology Bombay,
					       https://spoken-tutorial.org
-------------------------------------------------------------------------------------------------------------------

Table in CSS

1. Open the file "webpage.html" which you have created earlier
2. Add a "table" with a "caption"
3. Open the file "styles.css" which you have created earlier
4. Set following properties for "table":
   a. "Solid blue 4px border" with "border-collapse" property
   b. "Width" to "30%"
   c. "Height" of the "heading" to "30px"
   d. "Background color" of the "heading" to "pink"
   e. "Caption" at the "bottom"
5. Link the "styles.css" file to "webpage.html" file
6. Observe the output