Spoken Tutorial - CSS 3 - Assignment Funded by the Ministry of Education (MoE), Govt. Of India Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------------------------------------------------------------- Display Property in CSS 1. Open the file "styles.css" which you have created earlier 2. Add one more "paragraph" using the "p tag" without the "div tag" 3. Set the following "properties" for this "p tag" using "selector": a. "Height" to "200px" b. "Width" to "200px" c. "Background color" to "lightpink" d. "Display" to "inline" 4. Link the "styles.css" file to "webpage.html" file 5. Observe the output