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

1 Answer

Answer :

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

Related questions

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 : Differentiate between container and empty elements used in HTML. -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.

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

Description : The tag is (a) a container tag (b) an empty tag -Technology

Last Answer : (a) is a container tag, which requires starting as well as matching ending tag.

Description : Give examples of a container element in HTML. -Technology

Last Answer : , , .

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 : 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 : 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 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 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 : 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 : Where do you place the tag in a HTML? (a) BODY (b) HEAD -Technology

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

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

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

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 : tag is one of the structural tags of HTML document. -Technology

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

Description : All HTML document contains only tag. -Technology

Last Answer : False All HTML document contains various tags.

Description : The tag used in HTML to link a Web page with other Web page is (a) (b) -Technology

Last Answer : (a) anchor tag is used to create links.

Description : HTML tag for row is (a) (b) -Technology

Last Answer : (b) HTML tag for row is .

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 : Write the purpose of HTML. Distinguish between tag and tag. -Technology

Last Answer : HTML is used to represent page, data on website with proper manner and attractive look to get maximum users.Difference between tag and tagtag is a block level element, and is mainly used to add content, whereas the tag is used to force a line break within the element.

Description : In the HTML embed tag, what does the "base" attribute do?

Last Answer : answer:From: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701 base - . or [base directory] or [URL]. Specifies the base directory or URL used to resolve all relative path ... is helpful when your Flash Player movies are kept in a different directory from your other files.

Description : Which statement is true? (a) All XML elements must have a closing tag. -Technology

Last Answer : (d) All of the above

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 : A domain name ending with .org belongs to (a) an educational institution (b) an organisation -Technology

Last Answer : (b) On the Internet, all Websites owned and operated by an organisation are part of the .org domain.

Description : What is a container tag ?

Last Answer : Container tags are the contents of opening or starting tags and closing or ending tags. For example: This is the example of container tag

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 : Which of the following is not a container element? (a) P (b) B -Technology

Last Answer : (d) HR is an empty tag because it has no closing tag.

Description : What's the correct syntax for linking to an HTML page on your local C: drive from an tag in a HTML page on your desktop?

Last Answer : try using \ instead of / for starters…

Description : What's the name of that iPhone app that's an HTML tag dictionary?

Last Answer : That’s awesome! idk though.

Description : What is the opening and closing tag of html ?

Last Answer : html 's opening tag and closing tag

Last Answer : You Below Link From Of all HTML tags Details To know Can : https://html.com/tags/

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 : ...............tag is an extension to HTML that can enclose any number of Javascript statements. (A)< SCRIPT> (B)< BODY> (C)< HEAD> (D)

Last Answer : Answer: A

Description : Is there a single word that describes starting out and moving in some direction(s) but eventually ending up right back where you started?

Last Answer : Retrace

Description : What are the starting and ending dates of seasons in the US?

Last Answer : I think the seasons start on or around the 21st of the months of september (fall), december (winter), march (spring), and june (summer).

Description : What are some of the amazing starting and ending lines from a book ?

Last Answer : Write the first line that makes you want to know more. the first line of a story should create a sense of character, conflict, setting, mood, theme, or style. Most importantly, it should make the ... to make it work. go to the one which one is most emotional because reader remember what moves them.

Description : What is the longest word starting and ending with a T?

Last Answer : transformationalist is a 19 letter word that means a person whofollows or promotes the theories of transformational grammar in thestudy of linguistics.

Description : What Measures the distance and direction from a starting point and a ending point?

Last Answer : A vector.

Description : What is the longest word starting and ending with a T?

Last Answer : transformationalist is a 19 letter word that means a person whofollows or promotes the theories of transformational grammar in thestudy of linguistics.

Description : Why are headers and footers used in the document: a) To mark the starting and ending of the page b) To allow page headers & footers to appear on document when it is printed c) To enhance the overall appearance of the document d) Each page of word must have header & footer. e) None of The Above

Last Answer : b) To allow page headers & footers to appear on document when it is printed

Description : What is the purpose of headers and footers used in document: a) To enhance the overall appearance of the document b) To mark the starting and ending of a page c) To allow page headers and footers to appear on document when it is printed d) None of The Above

Last Answer : c) To allow page headers and footers to appear on document when it is printed

Description : Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? A. chmod u+x emp[l-3] B. chmod 777 emp* C. chmod u+r ??? emp D. chmod 222 emp? E. None of the above

Last Answer : A. chmod u+x emp[l-3]

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