Choose the correct HTML tag for the largest heading. (a) <H2> (b) <H4> -Technology

1 Answer

Answer :

(d) <H1> tag provides the largest heading in HTML.

Related questions

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 : In the tag, th stands for (a) Table Heading (b) Total Heading -Technology

Last Answer : (c) th stands lor Table Header

Description : Which tag is used for giving heading to the columns? -Technology

Last Answer : The tag is used to display the table heading only once for a table column.

Description : < caption > tag gives heading to a Web page. -Technology

Last Answer : False tag gives title or caption for the table.

Description : ‘tag is used to specify the column heading in a table. -Technology

Last Answer : True tag is used to specify the column heading in a table.

Description : Write the HTML code to set the bgcolor as pink, heading level 2, text -Technology

Last Answer :

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 : 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 : 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 : Choose the correct HTML code to right align the content inside a table cell. (a) (b) -Technology

Last Answer : (a)

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 : Changing Tumblr Text Heading to an Image. HTML HELP!

Last Answer : answer:This Post should tell you how to edit the HTML of your blog. Now for the changes you'd need! If you wanted to replace the large Escapades of a Poet text with the image it'd be a bit harder ... source code (it's syntax highlighted too!) like so; it saves having to copy out all the code :)

Description : What are the different types of heading format supported by HTML? -Web-Development

Last Answer : answer:

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 is meant by formatting and heading in HTML ?

Last Answer : Formatting: Formatting is the process of making a text in HTML look beautiful by presenting it correctly and presenting it beautifully . html has six types of heading tags. Of these, describes the highest heading and describes the lowest heading.

Description : Find out the wrong one from the following: a) HTML 3 was developed in 1995 b) HTML 3.2 was next official version support for Tables, Images, Heading and other elements that is Align attributes etc. ... is current official standard version. d) None of These e) All of the Above f) None of These

Last Answer : f) None of These

Description : Which heading element gives the most prominent headings? -Technology

Last Answer : heading element gives the most prominent headings.

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 : What is the name of the column heading for each category in a data source? (a) Data field (b) Field (c) Field name (d) Record -Technology

Last Answer : (c) Field name is the name of the column heading for each category in a data source.

Description : The command used to give a heading to a graph is .... (a) plt.show() (b) plt.plot() (c) plt.xlabel() (d) plt.title() -Technology

Last Answer : (d)plt.title()

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 : 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 : Which of them is correct XML tag (a) < first name > (b) (c) (d) All of the above -Technology

Last Answer : iss correct XML tag.

Description : Identify the error(s) in the following HTML code. Also, write the correct code. -Technology

Last Answer : The error in the code is that in place of color attribute there should be bgcolor.The correct code is

Description : Identify the errors and write the correct HTML code 1. -Technology

Last Answer : 1. 2.

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 : 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 : Which of the following is the correct code of HTML page? (a) Hello -Technology

Last Answer : (b) Because tag must close inside the tag.

Description : Identify the errors in the following HTML code and write the correct code with each correction underlined. -Technology

Last Answer : Error 1 The tag must be within element.Error 2 bgcolor attribute of body element supports a color like red, green or its color value.Error 3 tag needs a source attribute src to place an ... element must be closed not bgcolor attribute.The correct code is as follows:IMAGESHERE IS MY IMAGE FILE

Description : The correct HTML code for inserting an image is (a) -Technology

Last Answer : (c)

Description : To display (X+Y)2, correct HTML code is (a) (X+Y)2 -Technology

Last Answer : (c) (X+Y) 2 code is correct because superscript have to be placed in between and tags.

Description : What is the correct HTML code to left align the content inside a table cell? -Technology

Last Answer : (b)

Description : The turns ratio of device 'A' shown in the illustration is four to one and all the taps are equally spaced. If 120 volts were applied between 'X1' and 'X2', what would be indicated across 'H1' and 'H4'? EL-0082 A. 30 volts B. 120 volts C. 480 volts D. 1440 volts

Last Answer : Answer: D

Description : The turns ratio of device 'A' shown in the illustration is four to one and all taps are equally spaced. If 440 volts were applied between 'H1' and 'H4', what would appear across 'X1' and 'X4'? EL-0082 A. 110 volts B. 220 volts C. 440 volts D. 1760 volts

Last Answer : Answer: A

Description : Nucleosome core is made of (a) H0, H2A, H2B and H3 (b) H1, H2A, H2B, H4 (c) H1, H2A, H2B, H3 and H4 (d) H2A, H2B, H3 and H4.

Last Answer : (d) H2A, H2B, H3 and H4

Description : (CH3 C6 H4 )3 PO4 is the chemical formula of (A) Triple superphosphate (B) Tricresyl phosphate (C) Fluorapatite (D) Superphosphate

Last Answer : (B) Tricresyl phosphate

Description : Tricresyl phosphate is chemically represented as (A) (CH3 C6 H4 )3 PO4 (B) Ca10 (PO4 )3F6 (C) (NH4 )2HPO4 (D) NH4H2PO4

Last Answer : (A) (CH3 C6 H4 )3 PO4