PUERTA | GATE-CS-2015 (Conjunto 1) | Pregunta 65 – Part 2

¿Cuál de las siguientes afirmaciones es/son falsas?

1. XML overcomes the limitations in HTML 
   to support a structured way of organizing content.

2. XML specification is not case sensitive while 
   HTML specification is case sensitive.

3. XML supports user defined tags while HTML
   uses pre-defined tags.

4. XML tags need not be closed while HTML 
   tags must be closed.

(A) 2 solo
(B) 1 solo
(C) 2 y 4 solo
(D) 3 y 4 solo

Respuesta: (C)
Explicación:

1.TRUE- XML is a structured way of 
         organizing content.
2.FALSE- XML is CASE SENSITIVE whereas 
          HTML is NOT case sensitive. 
3.TRUE- XML facilitates User Defined tags
        whereas HTML has only Pre-Defined
        tags 
4.FALSE- XML tags MUST be closed while HTML 
         tags may NOT be closed.

Cuestionario de esta pregunta

Publicación traducida automáticamente

Artículo escrito por GeeksforGeeks-1 y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *