Differentiate between <OL> and <UL> tag with suitable example. -Technology

1 Answer

Answer :

<OL> stands for Ordered List which can be either numerical or alphabetical while <UL>stands for Unordered List which can be either disc, square or circle.Code examples containing <OL> and <UL> is given below with their respective outputs:HTML CODE AND OUTPUTHTML CODE AND OUTPUTCODEHobbies<OL><LI><LI>programming<LI>Dramatics</OL>CODEHobbies<UL><LI>Games<LI>Programming<LI>Dramatics</OL>OUTPUTHobbies1. Games2. Programming3. DramaticsOUTPUTHobbies1. Games2. Programming3. Dramatics

Related questions

Description : How is tag different from tag? -Technology

Last Answer : tag is used to indicate a list item as contained in an ordered or numbered form. tag is used to indicate a list item as contained in an unordered or bulleted form.

Description : To create a square bulleted list, use (a) (b) -Technology

Last Answer : (c) Square bulleted list is the part of unordered list.

Description : To start a list using circles, use (a) (b) -Technology

Last Answer : (d) Because circular list starts with unordered list type circle.

Description : What is the …….. tag? Name any two attributes used with this tag. -Technology

Last Answer : ……… tag is used for the ordered list, i.e. a list of items to be displayed in a particular order. An ordered list is also a list of items. An ordered list starts with the tag. Each list item starts with the tag.e.g. A B Two attributes of tag are: start and type.

Description : In an unordered list, it is necessary to enclose each item in (a) tag (b) tag -Technology

Last Answer : (a) Each item must be enclosed in tag either in ordered list or unordered list.

Description : What is the use of tag in an HTML table? Give a suitable example. -Technology

Last Answer : The tag creates a table row in an HTML table. A table must have atleast one row and also, it can have as many table rows as you want. A table row is divided into table cells. A table must have atleast one table cell per table row.e.g.CheadXtitle> TR Tag

Description : Explain the following with the help of an example. (a) …….. (b) -Technology

Last Answer : (a) tag makes the text bold.e.g. This is a bold text OutputThis is a bold text(b) tag with attribute type of value “1” displays the lists of items with arabic numerals,e.g. Mango Apple Banana Output1. Mango2. Apple3. Banana

Description : Differentiate between Web sites and Web pages with suitable example of each. -Technology

Last Answer : Thedifference between awebsiteand aweb pageis that awebsiteis a collection ofwebpages with information on a subject, and aweb pageis a smaller part of a largerwebsiteusually containing more specific information. If awebsitewere a book, then awebpagewould be a chapter in that book.

Description : Differentiate between Websites and Webpages with suitable example of each. -Technology

Last Answer : Using the same book analogy, while awebpageis apagefrom a book, awebsiteis the book itself. It is a collection of thepagesthat share a common thread. Similarly, all thewebpagesof yourwebsitecome together to form yourwebsite.

Description : Identify error(s) in the following HTML code. Also, write the correct code. type=“a” start=“d”> -Technology

Last Answer : tag’s attributes should be placed in between . In the list, the start attribute must be set to a numeric value and type attribute specifies ‘A’, ‘a’, T ‘i’ or ‘1’. So, the correct code is

Description : To start a numbered list with regular numerals, use (a) -Technology

Last Answer : (b) Because regular numbering is the natural numbers starting from 1, 2, 3, … etc.

Description : To create a numbered list with A, B, … use (a) -Technology

Last Answer : (a) The given list uses the uppercase letter for each item so, the correct syntax is

Description : Distinguish between tag and tag with the help of an example of each. -Technology

Last Answer : tag is used to specify the default setting of the text. It takes the same attributes as tag. The only difference is that the tag affects all the text that follows until a new tag affect that is encountered. tag affects the text that comes upto its closing tag.e.g.

Description : Distinguish between tag and tag with the help of an example. -Technology

Last Answer : Distinguishing between tag and tag are as follows: tag tagIt is a container element.It is an empty element.It is used to define a paragraph ofthe text on the Web page.It is used to insert line break.It ... no attribute.e.g. This ts a paragraph.e.g.This is a 1 line break into the Web document.

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

Last Answer : 1. -Paragraph2. -Unordered list3. -Ordered list4. -Bold

Description : Find error(s) in the following HTML code segment. Rewrite the correct code. -Technology

Last Answer : There should be type instead of style. So, correct line is

Description : Which of the following will produce a solid circle bullet when given as value of type with ? -Technology

Last Answer : (b) A solid circle bullet use the type disc.

Description : Differentiate LAN, MAN and WAN on the basis of following characteristic: 1. Geographical Area 2. Example 3. Distance 4. Cost 5. Ownership -Technology

Last Answer : Differences between LAN, MAN and WANBasisLANMANWANGeographicalAreaGenerally within a buildingWithin a cityAcross the continentsDistanceUpto 5 kmUpto 160 kmUnlimitedOwnershipPrivatePrivate Private or PublicShared ... than MANExampleNetwork within your schoolCable TV network within a cityInternet

Description : Differentiate between the types of multimedia with the help of an example. -Technology

Last Answer : Linear and non-linear multimedia are two different categories that are applicable to the world of multimedia. The main difference is that linear multimedia does not feature any sort of navigational abilities.Differences ... interactive.e.g. A movie, Documentary3. It is interactive.e.g. Game, E-Book.

Description : Has anyone who loved the iPhone been able to switch back to a plain ol' smartphone?

Last Answer : answer:I have the iPhone 3G3. I upgradred from the Blackberry Curve. My workphone is also the Curve. Whenever I have to do anything with my workphone, I feel like I'm having to chisel out something with ... iPhone so to avoid the Curve as much as possible. Once ya go iPhone, ya never wanna go back!

Description : Differentiate between Transported soil and In situ soil, quoting a suitable example for each. -Geography

Last Answer : Transported Soil—If a soil is carried else where at the place of rest by the agents of gradation, it is transported soil e.g. Alluvial Soil. In situ Soil—If the soil remains at the place of its origin it is called in situ soil. e.g. Black Soil.

Description : Discuss the five fundamental categories, PMEST, with the help of suitable example. -Technology

Last Answer : P: Personality-the facet indicates the core point of the subject at handM: Matter-reflects substance or material of the subjectE: covers problem, action including methods, functioning, and other ... their subdivisions, continent, etc.Time: represents periods, like, years, decades, centuries, etc.

Description : Discuss the significance of having clause with group by statement with suitable example. -Technology

Last Answer : Sometimes we do not want to see the whole output produced by a statement with Group By clause. We want to see the output only for those groups which satisfy some condition. It means we want ... the total amount of all type of transactions, it will only display the total of credit transactions only.

Description : What do you understand by option alink used with tag? -Technology

Last Answer : A link attribute defines the color of the link as it is being clicked on the Web page. The default color of alink is red.

Description : What do you understand by option vlink used with tag? -Technology

Last Answer : vlink attribute defines the color of a link after it has been visited. The default color of vlink attribute is purple.

Description : What is the use of tag in HTML code? Write any two options used with this tag. -Technology

Last Answer : The tag is used to change the size, color and type face of the text on HTML page. It uses attributes such as size, face etc.

Description : Which tag is used to insert heading of third level on a Web page? -Technology

Last Answer : tag is used to insert heading of third level on a Web page.

Description : Which HTML tag is used to insert an image in a page? Write an option used with this tag. -Technology

Last Answer : The tag is used to insert an image in a page. This tag uses the options like src, alt etc.

Description : What is the tag? -Technology

Last Answer : This tag defines the title of the document. The title must be a simple text and should not be the same as the file name. It is placed between and tags.some SEO Advice For Bill Gates

Description : What is the use of tag in HTML code? Write any two attributes used with this tag. -Technology

Last Answer : The tag encloses the main part of the document. It contains all the contents of a document. Various markup elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images and so on. The tag uses various attributes such as background, bgcolor etc.

Description : What does tag in HTML contain? Write any two attributes used with this tag. -Technology

Last Answer : The tag encloses the main part of the document. It contains all the contents of a document. Various markup elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images and so on. The tag uses various attributes such as background,bgcoloretc.

Description : Which tag do we use to change the size and style (face) of the text of an HTML file viewed on a Web browser? -Technology

Last Answer : tag is used to change the size and style (face) of the text of an HTML file displayed on a Web browser. Two attributes of tag are as follows:size: It specifies the size of the text inside a tag.Syntaxface: It specifies the font name of the text inside a tag.Syntax

Description : What is the function of tag in HTML? Give any two attributes used with it. -Technology

Last Answer : tag is used to draw horizontal lines in the Web page. This horizontal line divides the screen horizontally. tag creates a shaded horizontal line between text. Attributes of tag are size, align and width.

Description : List any two attributes of tag. -Technology

Last Answer : tag is used to draw horizontal lines in the Web page. This horizontal line divides the screen horizontally. tag creates a shaded horizontal line between text. Attributes of tag are size, align and width.

Description : Explain the tag < HEAD > -Technology

Last Answer : TagThis element is a container for all the header elements. The tag must include a title for the document that can include scripts, styles, meta information and many more. The second line of your HTML ... the Web page. The end of the head tag is indicated by .e.g.Header information comes here

Description : What is a tag? Name any two attributes used with this tag. -Technology

Last Answer : tag specifies a default font size, color and face for the font, the browser will use to render normal document text, i.e. the text, for which no other font setting has been provided. It occurs only for one time in the document. The attributes of this tag are size and face.

Description : Identify which one is an attribute or a tag? 1. Body 2. Type -Technology

Last Answer : 1. Body – Tag2. Type – Attribute3. Br – Tag4. Link – Attribute5. Face – Attribute

Description : Explain the topmargin and leftmargin attributes of tag. -Technology

Last Answer : topmarginSets a topmargin (distance between the top of the document and the top of the browser window) of your body element.Syntaxe.g. Topmargin LearCBSE is the best website for CBSE students. ... window) of your body element.Syntaxe.g. Leftmargin LearCBSE is the best website for CBSE students.

Description : Which of the following tag identifies the document as an HTML document? (a) -Technology

Last Answer : (a) tag identifies the document as an HTML document.

Description : Container elements in HTML require (a) starting tag (b) ending tag -Technology

Last Answer : (c) In HTML, container elements are required as both starting and ending tags.

Description : Where do you place the tag in a HTML? (a) BODY (b) HEAD -Technology

Last Answer : (b) tag is placed in the tag.

Description : Which attribute is not supported by a tag? (a) bgcolor -Technology

Last Answer : (b) size is not an attribute of tag.

Description : Which attribute of tag specifies the color of visited links in a document? (a) vlink (b) alink -Technology

Last Answer : (a) vlink attribute specifies the color of visited links in an HTML document.

Description : Choose the correct HTML tag for the largest heading. (a) (b) -Technology

Last Answer : (d) tag provides the largest heading in HTML.

Description : Which of the following tag is used to make a list that lists the items with numbers? -Technology

Last Answer : (c) is the ordered list that starts with a number like 1, A, a, i and I etc.

Description : An element that only has a starting tag and no ending tag is ………….. element. -Technology

Last Answer : An element that only has a starting tag and no ending tag is empty tag element.

Description : The tag that requires a opening as well as closing tag is called......... . -Technology

Last Answer : The tag that requires a opening as well as closing tag is called container tag.

Description : ………. attribute of BODY tag helps to set background color. -Technology

Last Answer : bgcolorattribute of BODY tag helps to set background color.

Description : The ………… tag is used to define basic font size for the HTML page. -Technology

Last Answer : Thetag is used to define basic font size for the HTML page.

Description : The ……….. tag is used to make the Web browser ignore anything that the tag contains. -Technology

Last Answer : The tag is used to make the Web browser ignore anything that the tag contains.