Spoken Tutorial - CSS 3 - Assignment Funded by the Ministry of Education (MoE), Govt. Of India Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------------------------------------------------------------- Dimensions and Measuring Units in CSS 1. Open the file "webpage.html" which you have created earlier 2. Create a "div tag" 3. Inside the "div tag", add some content using the "paragraph tag" 4. Open the file "styles.css" which you have created earlier 5. Set the "width" of the "div tag" to "5cm" 6. Set the "height" of the "div tag" to "5cm" 7. Set the "background color" of the "div tag" to "pink" 8. Link the "styles.css" file to "webpage.html" file 9. Observe the output