Tag: web 2.0

Questions Related to web 2.0

  1. Document Type Definition

  2. Dynamic Type Definition

  3. Direct Type Definition

  4. Dynamic Type Design


Correct Option: A
  1. eXtensible Style Listing

  2. eXtensible Stylesheet Language

  3. eXtra Style Language

  4. eXpandable Style Language


Correct Option: B

XML attribute values must always be enclosed in quotes

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, you need to understand the syntax of XML.

In XML, attribute values must always be enclosed in quotes. This is to ensure that the attribute values are treated as strings and can include special characters or spaces.

Therefore, the correct answer is:

A) True - This option is correct because XML attribute values must always be enclosed in quotes.

  1. All XML documents must have a DTD

  2. All XML elements must be properly closed

  3. All XML elements must be lower case

  4. All XML elements must be uppercase


Correct Option: B
  1. XML elements must be properly nested

  2. XML tags are case sensitive

  3. XML documents must have a root tag

  4. All the statements are true


Correct Option: D
  1. System.Web.Security

  2. System.Net.Security

  3. System.Data

  4. System.IO


Correct Option: A
  1. Send(from,to,subject,body)

  2. Send(from,body,,to,subject)

  3. Send(from,to,body,subject)

  4. Send(to,from,subject,body)


Correct Option: A