Question 3
Consider the following flask application and html template. Assume that the Flask app is running at http://127.0.0.1:5000.
Based on the above data, answer the given subquestions.
What will be the final styling applied to the element inside the div for the URL: http://127.0.0.1:5000/?color=green\&size=30\&msg=welcome+user
background-color: blue, font-size: 20px, padding: 10px, color: white
background-color: green, font-size: 30px, padding: 20px, color: white
background-color: blue, font-size: 20px, padding: 30px, color: green
background-color: green, font-size: 30px, padding: 10px, color: white