11. Which of the following is an example of a top-level domain (TLD)?
a) .com
b) .html
c) .net
d) .org
Answer: a) .com
12. Which attribute is used to specify the target URL in an HTML form submission?
a) action
b) method
c) target
d) submit
Answer: a) action
13. Which company developed the first web browser?
a) Google
b) Microsoft
c) Apple
d) Netscape
Answer: d) Netscape
14. With which programming language is the Django framework associated?
a) Python
b) Ruby
c) Java
d) PHP
Answer: a) Python
15. Which tag is used to define a paragraph in HTML?
a) <para>
b) <text>
c) <p>
d) <paragraph>
Answer: c) <p>