Carefully study the Web page given here. Identify 10 tags -Technology

1 Answer

Answer :

1. <HTML>……….</HTML> It encloses the entire HTML document and tells the browser that it is reading an HTML document and to display as such.2. <HEAD>………</HEAD> It encloses the head of the HTML document and it is used to contain face information about the document.3. <TITLE>…..</TITLE> It indicates the title of the document and appears in a browser’s bookmark file.4. <BODY>……</BODY> It is used to enclose the body (text, images, tags, links) of the HTML document.5. <H1>………</H1> It is used to define the heading level 1.6. <UL>…….</UL> It is used to create an unordered list.7. <LI>…..</LI> It is used to define each list item in the list.8. <U>…..</U> It is used to underline the text.9. <HR> It is used to insert a horizontal line.10. <CENTER>….. </CENTER> This tag is used to align the text centrally.

Related questions

Description : Carefully study the Web page given below. Identify 10 tags (structural as well as formatting tags) that have been utilized -Technology

Last Answer : 1. to specify the title of the Web page.2. contains all the content that is to be displayed on the Web page and all the various formatting and structural tag.3. used to create an unordered ... anchor tag. Use the href attribute to provide the reference of the Web page that you want to hyperlink.

Description : Carefully study the Web page given below. Identify 10 tags (structural as well as formatting tags) that have been utilized in creating this -Technology

Last Answer : 1. to specify title of the Web page.2. contains all the text content that is to be displayed on Web page and all the various formatting and structural tag.3. defines the most important and biggest ... provide caption to the table.9. used to create a table row.10. used to define data cells.

Description : Carefully read the following descriptions and identify what is being talked about. 1. It consists of two insulated wires twisted around each other, -Technology

Last Answer : 1. Twisted pair cable2. Crosstalk3. Radiowave4. Wired communication channel5. Resource sharing

Description : Tags and text that do not display directly on the page afe placed in (a) body (b) table -Technology

Last Answer : (c) Information in tag is not displayed directly in the Web page. It is used to identify the matter (tags) used in a Web page.

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 : 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 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 : Which section is used for text and tags that are shown directly on your Web pages? -Technology

Last Answer : (c) Information in tag is directly displayed on Web pages.

Description : Observe the table named “Training” given above carefully and predict the output of the following queries: -Technology

Last Answer : (i) New DelhiFaridabadGurugram(ii) 2(iii) 11000(iv) Ms. Neena

Description : Observe the given table named “Loan” carefully and predict the output of the following queries: -Technology

Last Answer : (i)(ii)(iii)(iv)

Description : Write the HTML code to generate the following web page with the given below specifications: -Technology

Last Answer : Income Tax Slabs 2017-18INCOME TAX SLABS 2017-18S.No.Income RangeTax%10-250000NIL2250001-50000010%3500001-100000020%4>100000030%Next Page

Description : Observe the following code carefully and answer the questions that follow: -Technology

Last Answer : The output of the above code will be:The Dos and Don'ts of network securityAs per the output it is evident that the list elements specified as li have been displayed in Lower case due to :text-transform: ... Also, there is a space of 10 pixels between each letter due to : letter-spacing : 10 px ;

Description : Carefully observe the following labeled screenshot and answer the questions that follow: -Technology

Last Answer : (a) Form element labeled as 1 is a Textbox and Form element labeled as 2 is a Textarea.(b)Text areas are the fields that display multiple text lines at a time hence it has been used to ... of items.To highlight one item in a dropdown box , selected clause is used in theEg:SINGAPOREJAPAN MALAYSIA

Description : Study the given passage carefully and answer the questions that follow. -SST 10th

Last Answer : (i) Physical force inflicts pain on the enemy or adversary, it seeks to destroy the enemy. Soul force is based on love and non-violence. It does not seek to destroy. Truth is the substance on which ... cannot match Britain or Europe in force of arms. They do not worship the war-god or carry arms.

Description : Study the data given in the table carefully and answer the questions that follow: -SST 10th

Last Answer : (i) Kerala: 91% (ii) Punjab: ` 26,000. Reason: Developed infrastructural facilities. (iii) Bihar. Reason: The state lacks health facilities.

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 : 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

Description : What are two basic tags in HTML lists? -Technology

Last Answer : and

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

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

Description : Distinguish between container and empty tags. -Technology

Last Answer : Container elements HTML container elements require a starting as well as an ending tags.e-g , , .They affect the text appearing between their starting and ending tags.Empty elements HTML empty elements require just a ... and not an ending tag.e.g. , , .They just carry out the job assigned to them.

Description : Sriram software solution has used different tags in its Website some are empty while majority are container. -Technology

Last Answer : Container elementsHTML container elements require a starting as well as an ending tags.e-g , , .They affect the text appearing between their starting and ending tags.Empty elementsHTML empty elements require just a ... not an ending tag.e.g. , , .They just carry out the job assigned to them.

Description : Difference between and tags. -Technology

Last Answer : tag is used to insert a line break which means the text/image following the tag will be moved to the next line while tag is used to insert horizontal line that can divide the information into sections.

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 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 : 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 : …….. and ……… tags break the line flow. -Technology

Last Answer : and tags break the line flow.

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 : Distinguish between and tags with example. -Technology

Last Answer : Distinguishes between and tags are as follows: Tag TagThe tag is known assuperscript tag.The tag is known assubscript tag.It is used to definesuperscripted text.It is used to define subscripted text.Tags that are ... to display(a+ b)2is(a+ b) 2e.g. HTML command to displaylog2+log x islog 2+logx

Description : Which of these tags belong to table? (a) ,, -Technology

Last Answer : (c),,, tags are used with table.

Description : Which of the following tags gives a caption to the table? (a) < caption > -Technology

Last Answer : (a) tag is used to give caption to the table.

Description : Name the tags which are used with tag. -Technology

Last Answer : ,, and tags are used with tag.

Description : Which tags divide HTML tables in multiple section? -Technology

Last Answer : , and

Description : What is the difference between and tags? -Technology

Last Answer : The tag is used to add a header in a table while tag is used to add a footer in a table.

Description : Define the and tags. Are these two tags similar? If yes, how? -Technology

Last Answer : tag stands for Table Header. It is used to give headings to the various columns in our table. tag stands for Table Row. It is used to create a row in a table. and tags are not similar. ... . Since, also defines a data cell, which is taken as heading to the columns and the data is boldfaced.

Description : Write names of two attributes each for the following tags: 1. 2. -Technology

Last Answer : TagAttributesalign, widthbgcolor, textsrc, altborder, ruleshref, name

Description : Write the complete … tags to create a table with the following contents. -Technology

Last Answer :

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 : ……….. 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 : 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 : XML uses (a) Only 6 tags (b) Predefined tags (c) Custom tags (d) HTML tags -Technology

Last Answer : XML usesCustom tags

Description : Which of these are all table tags? (a) ,, (b) , , (c) , (d) , , -Technology

Last Answer : , ,are all table tags.

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 , .