Quiz Space

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

Question 10: Which of the following statements about HTML, CSS, and c…

Question 10

+2 marksOne or more correct options

Which of the following statements about HTML, CSS, and character encoding is/are true?

Select all that apply.

  1. A

    UTF-8 is a variable-length encoding that can represent all Unicode characters.

  2. B

    In HTML, attribute names are case-insensitive.

  3. C

    Inline CSS is preferred over external CSS for large-scale projects.

  4. D

    UTF-32 is a fixed-length encoding where each character takes 4 bytes.

Show answer

Correct answers

  • A

    UTF-8 is a variable-length encoding that can represent all Unicode characters.

  • B

    In HTML, attribute names are case-insensitive.

  • D

    UTF-32 is a fixed-length encoding where each character takes 4 bytes.

Question 10 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 2 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. Q11Which of the following is/are True about Web Applications?
  11. Q12Which of the following are True about sys.argv in Python?
  12. Q13Consider the following CSS code: Which of the following statements are TRUE regarding the element's dimensions and spac…
  13. Q14Which statements about CSS display properties are CORRECT?
  14. Q15Consider the following code. Which substitution methods will work WITHOUT raising KeyError ?