……….. are the building blocks of an XML document and are represented by using tags. -Technology

1 Answer

Answer :

Elements are the building blocks of an XML document and are represented by using tags.

Related questions

Description : What does it mean when we say that XML tags are case sensitive? -Technology

Last Answer : The case sensitivity of XML tags means the opening and closing tags must be in the same case. The following code is an example of a well-formeddocument, where the opening and closing tags are in the same case, i.e.Amit

Description : XML uses (a) Only 5 tags -Technology

Last Answer : (c) XML uses user-defined or custom tags.

Description : XML allows you to (a) create new tags -Technology

Last Answer : (b) XML allows you to arrange your tags in any order.

Description : XML uses (a) Only 6 tags (b) Predefined tags (c) Custom tags (d) HTML tags -Technology

Last Answer : XML usesCustom tags

Description : i. Are these tags part of HTML code or XML code? ii. Identify the root element. -Technology

Last Answer : XML codei. Companyii. name, deptiii. eid, deptid

Description : Albert works as a Website developer in Global Website Designers company. Currently he has created following tags in XML : -Technology

Last Answer : These tags are part of XML code. These are different because XML is a case sensitive language.

Description : What can you say about the following statements? I. XML tags are case-insensitive. II. In JavaScript, identifier names are case-sensitive. III. Cascading Style Sheets (CSS) cannot be used with XML. IV. All well-formed ... IV are false. (3) only I and III are false. (4) only II and IV are false. 

Last Answer : Answer: Marks to all

Description : You can validate an XML document by using the XML validator and …………… . -Technology

Last Answer : You can validate an XML document by using the XML validator andXML parser.

Description : HTML is a markup language for describing Web document. HTML uses (a) pre_specified tags (b) user defined tags -Technology

Last Answer : (d) HTML uses fixed tags defined by the language.

Description : tag is one of the structural tags of HTML document. -Technology

Last Answer : True HTML provides four structural tags, these are as follows:, , , .

Description : DTD is a set of rules that defines what tags appear in an HTML document. -Technology

Last Answer : False DTD is used in XML documents.

Description : Can same CSS document be used in multiple XML documents? -Technology

Last Answer : Yes, the same CSS document can be used in multiple XML documents.

Description : Which document is used to define the style of an XML document? -Technology

Last Answer : CSS is a text document (or stylesheet) that is commonly used to define the style and layout of an XML document.

Description : List the important points to create an XML document. -Technology

Last Answer : The points while creating an XML document are as follows:1. XML documents must have starting and closing tags.2. XML tags are case sensitive.3. XML elements must be properly nested.4. XML documents must have one root element.5. The values of XML attributes must be enclosed in double quotes.

Description : State whether the following XML document is well_formed or not Mapoj -Technology

Last Answer : The preceding XML document is not well-formed because it contains two root elements. An XML document contains only one root element.

Description : Write the procedure to link a stylesheet with an XML document. -Technology

Last Answer : Using CSS with an XML DocumentTo link an XML document with a stylesheet perform the following steps:1. Create an XML document and save it as a file with the .xml extension.2. Create a stylesheet ... following is the XML document:AJan 24, 1987BlueBDec 15, 2009< Eyes >BrownNow, save it as test1.xml

Description : Write an XML document that marks up the following data: All these must be rendered -Technology

Last Answer : Raj Kumar Delhi Pankaj Mumbai Rahul Sharma Delhi Praveen Noida

Description : Explain the structure of XML document. -Technology

Last Answer : Structure of XML- File/DocumentEvery XML document includes both physical and logical structure which are as follows:1. Physical StructureIt contains the actual data used in a document. The basic storage ... which is the base for the logical structure.The structure of the document of example code:

Description : Consider the following XML document. Check this for well_ formedness. -Technology

Last Answer : The above XML document is not well-formed.The document suffers from two errors which are as follows:1. Improper nestingThe MiddleName element is opened inside the FirstName element, yet MiddleName is not closed before ... , which is incorrect. XML is case sensitive, thus the end tag of should be .

Description : Write two points of difference in HTML and XML. Write three points of well_formed XML document. -Technology

Last Answer : Two points of difference between HTML and XML follows:HTMLXMLHTML is a markup language thatcreates the form andappearance of the Web page.XML is a text-based markup language ... and closing tags.3. XML attributes values, should be in double quotation marks.TableWood751stChairPlastic85IInd

Description : XML document structure can be divided in which two parts? -Technology

Last Answer : XML document structure can be divided into two parts as follows:1. Well-formed XML document2. Valid XML documentA valid XML document means to follow several terms, such as follows:1. It is not ... for validation.The XML code is Srishti Programmer Engineering 5E Aditi Designer Marketing 19T

Description : Write two points of differences between XML and HTML. What is meant by a well_formed XML document -Technology

Last Answer : The differences between XML and HTML are as follows:1. HTML has predefined tags while XML has user-defined tags.2. HTML document can be viewed directly by the Web browser while XML document cannot be ... tags are case sensitive.The XML code is Singapore 200000 8 Aeroplane Shimla 10000 4 Bus

Description : Explain with a help of an example, how root elements are placed in a XML document? -Technology

Last Answer : XML documents must contain one element that is the parent of all other elements. This element is called the root element. The root element encloses all other elements in XML. All other elements inside the ... then comes the child element which in turn stores the and of the employee in the tags.

Description : Write the DTD for the following XML document: -Technology

Last Answer : ]>

Description : An XML document can be viewed in a (a) Word processor (b) Web browser -Technology

Last Answer : (b) An XML document can be viewed in a Web browser.

Description : Name the root element in the following XML document: -Technology

Last Answer : (c) father is the root element.

Description : To link an XML document with a stylesheet, you need to (a) use the PI component in the XML document -Technology

Last Answer : (a) To link an XML document with a stylesheet, you have to use the PI component in the XML document.

Description : The XML document is like a (a) tree structure -Technology

Last Answer : (a) The xml document is like a tree structure.

Description : Valid XML document means -Technology

Last Answer : (c) Valid XML document checks errors and has DTD or schema and compiles to it.

Description : Is this, a “well_formed” XML document? -Technology

Last Answer : (b) No, because is not a correct element and element is not closed.

Description : Well_formed XML document means -Technology

Last Answer : (d) Well-formed XML document must contain one or more elements and root element must contain all other elements.

Description : An XML document that follows the XML syntax is called a -Technology

Last Answer : (b) well-formed XML document

Description : ……… is used to define the structure of an XML document. -Technology

Last Answer : DTDis used to define the structure of an XML document.

Description : ………. refers to the preface to an XML document. -Technology

Last Answer : Prologrefers to the preface to an XML document.

Description : The combination of XML document, DTD and stylesheet is known as ………. . -Technology

Last Answer : The combination of XML document, DTD and stylesheet is known asXML document system.

Description : An XML document has both a ……….. structure and a ………….. structure. -Technology

Last Answer : An XML document has both aphysicalstructure and alogicalstructure.

Description : We need a/an ………….. to create and edit an XML document. -Technology

Last Answer : We need a/anXML parserto create and edit an XML document.

Description : ……… is a text document that is commonly used to define the style and layout of an XML document. -Technology

Last Answer : CSS is a text document that is commonly used to define the style andlayout of an XML document.

Description : An XML document can have only limited number of child elements. -Technology

Last Answer : False XML document can have an unlimited number of child elements.

Description : Names in XML document must start either with a letter, number or underscore. -Technology

Last Answer : False Names in XML must start either with a letter or underscore character.

Description : XML document must have one root element. -Technology

Last Answer : True XML document must have one root element.

Description : A valid XML document that follows all grammar rules is well_formed document. -Technology

Last Answer : True A well-formed XML document means that the document has the correct XML syntax and follows proper grammar rules.

Description : What is XML document system how is it different from XML document or XML file -Technology

Last Answer : XML stands for Extensible Markup Language. It is a text-based markup language derived from Standard Generalized Markup Language (SGML).An XML document is a basic unit of XML information ... data. For example, database of numbers, numbers representing molecular structure or a mathematical equation.

Description : Valid XML document means (a) The document has one root element -Technology

Last Answer : Valid XML document meansThe document has a DTD and complies to it

Description : What is the purpose of using the tags …? -Technology

Last Answer : provides six levels of headings. is the largest heading level while is the smallest heading level. These headings help us in obtaining a uniform look and feel for the document.

Description : What is the purpose of using HTML tags and attributes for Web designing? -Technology

Last Answer : HTML (HyperText Markup Language) is used to create Web pages. It designs the basic layout and formatting of Web pages by using tags and attributes.The tag’s name tells the tag’s purpose and the attributes that follow the tag name give the additional information of the Web browser.

Description : Write the difference between and heading tags. -Technology

Last Answer : provides six levels of headings. is the largest heading level while is the smallest heading level. These headings help us in obtaining a uniform look and feel for the document.

Description : Write the expansions of the following tags used in HTML. 1. -Technology

Last Answer : 1. — Break line2. — Italic3. – Horizontal Rule4. — Underline

Description : Write the expansions of the following tags used in HTML. 1. -Technology

Last Answer : 1. – Anchor tag2. – Comment tag

Description : Write the full form of the following tags: 1. 2. -Technology

Last Answer : 1. -List item2. -Image