Quiz Space

Modern Application Development I · Quiz 1 · 15 Mar 2026 · January 2026 term

Question 13: Consider the following CSS code: Which of the following …

Question 13

+3 marksOne or more correct options

Consider the following CSS code:

Which of the following statements are TRUE regarding the element's dimensions and spacing?

Select all that apply.

  1. A

    The total width including padding and border is 224px

  2. B

    The margin affects the content box width

  3. C

    The padding adds internal spacing inside the element

  4. D

    The border contributes to the total width in the standard box model

Show answer

Correct answers

  • A

    The total width including padding and border is 224px

  • C

    The padding adds internal spacing inside the element

  • D

    The border contributes to the total width in the standard box model

Question 13 of 15 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 1 paper sat on 15 Mar 2026, in the January 2026 term (Modern Application Development I 15 Mar 26). It carries 3 marks.

More questions from this paper

  1. Q1A client sitting in a train is connected to a server through a network tower that has a range of 4.5 kilometers and a c…
  2. Q2Consider the HTML code below. Which of the following will be the rendered output?
  3. Q3Consider the following flask app. Select the option which correctly matches the URL in column A with the rendered outpu…
  4. Q4Consider the following code:\ app.py You are running a Flask web application locally using the command: python app.py. …
  5. Q5Consider the following Jinja2 template code: What will be the output when the code is executed?
  6. Q6Consider the following HTML and Python flask codes.
  7. Q7Consider the following Jinja2 template: What will be the output in the terminal?
  8. Q8Figure question
  9. Q9Which command would you use to get detailed information about the HTTP request and response, including headers, and to …
  10. Q10Which of the following statements about HTML, CSS, and character encoding is/are true?
  11. Q11Which of the following is/are True about Web Applications?
  12. Q12Which of the following are True about sys.argv in Python?
  13. Q14Which statements about CSS display properties are CORRECT?
  14. Q15Consider the following code. Which substitution methods will work WITHOUT raising KeyError ?