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

1 Answer

Answer :

XML usesCustom tags

Related questions

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 : XML uses (a) Only 5 tags -Technology

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

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 : 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 allows you to (a) create new tags -Technology

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

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

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

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 : Which type of tags used by HTML? (a) tags only for image (b) user defined tags -Technology

Last Answer : (d) HTML provides predefined and fixed tags.

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 : What are two basic tags in HTML lists? -Technology

Last Answer : and

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 : What are the role of ………. tags in HTML? -Technology

Last Answer : The and tags are used to mark the beginning and end of the HTML document. The basic purpose of this tag is to make the browser and text editor identify that the document is an HTML document. This is a ... of other elements.The most basic structure of all possible Web documents is .. ..

Description : HTML tags are enclosed in (a) curly brackets (b) square brackets -Technology

Last Answer : (d) HTML tags are enclosed within angular brackets (< and >).

Description : HTML tags are (a) in uppercase (b) case sensitive -Technology

Last Answer : (d) HTML tags are not case sensitive means we can write tags either in uppercase or lowercase.

Description : Which of the following HTML container tags do you apply to text for formatting the text as a paragraph? -Technology

Last Answer : (c) ……. is a container tag, which is used for formatting text.

Description : The tags used for specifying the style in HTML are -Technology

Last Answer : (a) Because these two tags are text formatting/styling tags.

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 : Which tags divide HTML tables in multiple section? -Technology

Last Answer : , and

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 : Define container & empty tags in HTML -Technology

Last Answer : Container tags are tags which have both opening as well as closing tag like .....whereas empty tags are tags which have only opening tag like , .

Description : Difference between HTML and XML? -Technology

Last Answer : HTMLXMLHTML tags arepredefined.XML tags are notpredefined.HTML is case insensitive.XML is case sensitive.HTML is markuplanguage thatcreates the formand appearance of the web page.XML is neither aprogramming nor apresentation language.

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 : 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 : A root element is (a) a bridge between HTML and XML (b) the parent of all other elements -Technology

Last Answer : (b) A root element is the parent of all other elements.

Description : HTML and XML are -Technology

Last Answer : (a) Both HTML and XML are markup languages.

Description : What makes XML more powerful than HTML? -Technology

Last Answer : (c) XML is more powerful than HTML because we can define our own tags for different uses in XML.

Description : Extension of an XML files is .html. -Technology

Last Answer : False html is the extension of HTML file. An XML file extension is .xml.

Description : Both HTML and XML are markup language used to format data. -Technology

Last Answer : False XML is used to describe data, while HTML is used to format data.

Description : HTML is about displaying information while XML is about describing information. -Technology

Last Answer : True HTML was designed to describe data with focus on how data look while XML was designed to describe data with focus on what data is.

Description : Vani, a class X student has recently completed her HTML course and just started learning XML. Help her in the following: -Technology

Last Answer : (i) Primary purpose of HTML is to design a webpage while XML is used to store and transport the data.(ii) Right(iii) Comments are added as notes or lines for understanding the purpose of an XML ... .Syntax for comments are as follows:(v)An XML document with correct syntax is called 'Well Formed'.

Description : Tamanna needs to store and transport the data. She should use HTML or XML? -Technology

Last Answer : She should use XML.

Description : Mention any two main differences between HTML and XML. Also mention any two main features of XML for which it’s used extensively now a days. -Technology

Last Answer : Two main differences between HTML and XML:HTML is used to display data and to focus on formatting of data, whereas XML is used to describe data and focus on what data is.HTML tags are predefined, ... for which it's used extensively nowadays:XML is used to store data.XML is used to exchange data.

Description : Mention any two main differences between HTML and XML. Also mention any two main features of XML for which it’s used extensively now a days. -Technology

Last Answer : Two main differences between HTML and XML:HTML is used to display data and to focus on formatting of data, whereas XML is used to describe data and focus on what data is.HTML tags are predefined, whereas ... it's used extensively now a days:XML is used to store data.XML is used to exchange data

Description : A set of predefined formats of text or color scheme is called ………………. (a) slide (b) presentation scheme (c) theme (d) schema -Technology

Last Answer : (c) A set of predefined formats of text or color scheme is called theme.

Description : XML uses a DTD to describe its data to users. -Technology

Last Answer : True The DTD are used in XML to specify its information and data to users.

Description : In XML, tag names cannot contain spaces but can uses underscores. -Technology

Last Answer : True Tag name must start either with a letter or underscore (_) character.

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 : The language which was used to build Internet Pages in the beginning of Internet Technology is (1) XML (2) HTML (3) DHTML (4) ASP

Last Answer : HTML

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 : Do all HTML tags are written in a pair? -Web-Development

Last Answer : answer:

Description : What are the tags to make the text on HTML page beautiful and interesting ?

Last Answer : There is no alternative to banner or image or image to make a web page beautiful and attractive. The HTML page is determined by the img tag. The img tag is zero which means it only carries attributes and has no ... tag. To use an image or image on a page, you need to use the src (source) attribute.

Description : How do html heading tags work ?

Last Answer : The html heading tag provides the outline of the text used in the text document. The headings are specified by to body> tags. The tags between are , , , , which can be used to display the headings in a sequentially larger size. For example - heading 1 heading 2 is coded in this way.

Description : What are HTML tags ?

Last Answer : HTML tags are coding instructions embedded with HTML documents.

Description : What are the basic tags of HTML ?

Last Answer : The basic tag of HTML is 4.

Last Answer : below Tags Of them Any Ending Tags No br hr

Description : Content: and tags in HTML Of two The end Tags To write Is No. Why ?

Last Answer : and tags Of two The end Tags To write Is No. Because - all this Of the tag No The end Tags Stays No. And These No Element too Stays No. and tags Two Empty (empty) tag too Says

Description : HTML is a markup language for describing web documents (web pages). Which among the following features is correct about HTML: a) HTML stands Hyper Text Markup Language b) A Markup language is a set ... tags d) Each HTML tag describes different document content e) None of These f) All of the Above

Last Answer : f) All of the Above

Description : In HTML, tags consists of keywords enclosed within (1) angular brackets < > (2) parentheses ( ) (3) square brackets [ ] (4) flower brackets { }

Last Answer : angular brackets < >