It is not important to specify an integer value as the width of the border of an image. -Technology

1 Answer

Answer :

False Width takes an integer values that are in pixels.

Related questions

Description : Why is it important to specify width and height attribute in tag? -Technology

Last Answer : (d) Helps the browser to load the Web page faster.

Description : We can put a border around an image by using width attribute. -Technology

Last Answer : False We can put a border around an image by using border attribute.

Description : Why should you specify a background color, if you are using an image for the actual background of your page? -Technology

Last Answer : (b) We have to use background color because if in any case image is not displayed then at least background color will be shown on that place.

Description : Which attribute is used to specify the location of an image file in the tag? Explain. -Technology

Last Answer : The attribute you need to get an image to display on a Web page is the src attribute.In the src attribute of the tag, you can specify the path of the image that you want to add to the ... image somewhere else on the same server, or an image stored on another server.The syntax for src attribute is

Description : …………. attribute is used to specify the location of an image file. (a) alt (b) src -Technology

Last Answer : (b) src attribute is used to specify the location of an image file.

Description : topmargin is used to specify the distance between the top of the document and top of the browser window. -Technology

Last Answer : True topmargin is an attribute of the tag, which is used to specify the distance between the top of the document and top of the browser window.

Description : The align attribute of the tag is used to specify the text that is to be displayed -Technology

Last Answer : False alt attribute is used to specify the text that is to be displayed in case the browser which does not support graphics.

Description : Name the different filename extensions and specify, when they are used? -Technology

Last Answer : Some common filename extensions are as follows:1. .docx – MS-Word document2. .rtf – WordPad document3. .txt – Notepad text file4. .eml – E-mail file5. .xlsx – MS-Excel file6. .htm – HTML file (Web page)7. .html – HTML file (Web page)8. .pptx – MS-PowerPoint presentation

Description : Which of the following is used to specify the beginning of a table’s row? (a) -Technology

Last Answer : (b) tag indicates the beginning of a table’s row.

Description : The tag is used to specify the individual table data in a table. (a) (b) -Technology

Last Answer : (b)The tag is used to specify the individual table data in a table.

Description : The attribute used to specify the background color of a table is (a) color (b) bgtable -Technology

Last Answer : (d) bgcolor is used to specify the background color of a table.

Description : The tag is used to specify the………..part of the table. -Technology

Last Answer : The tag is used to specify the headerpart of 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 : DTD definition is used along with XML to specify -Technology

Last Answer : (c) DTD definition is used along with XML to specify the structure of XML document.

Description : ………………. is a special effect that allows to specify how to navigate from one slide to other. -Technology

Last Answer : Transition is a special effect that allows to specify how to navigate from one slide to other.

Description : To specify the number of decimal places in a cell the ……………… tab of the Format cells dialog is used. -Technology

Last Answer : To specify the number of decimal places in a cell the Fill series tab of the Format cells dialog is used.

Description : Single and double are the types of (a) Integer data type (b) Decimal numbers -Technology

Last Answer : (d) Date/Time will be the data type because it allows storing date and time format.

Description : An integer takes a storage size of (a) 2 bytes (b) 1 byte -Technology

Last Answer : (a) An integer takes a storage size of 2 bytes.

Description : Rewrite the following code using switch case: int day=Integer.parseInt(jTextField1.getText()); -Technology

Last Answer : int day=Integer.parseInt(jTextField1.getText());switch(day){case 1:case 2:case 3:case 4:case 5:jOptionPane1.showMessageDialog(this, 'Working Day'); break;case 6:case 7:jOptionPane1.showMessageDialog(this, 'Off Day'); break;default:jOptionPane1.showMessageDialog(this, 'Invalid Entry');}

Description : In the rules attribute, the………… value helps to display a table border only between rows. -Technology

Last Answer : In the rules attribute, the rows value helps to display a table border only between rows.

Description : The cols value in the rules attribute, allows you to display table border only between columns. -Technology

Last Answer : True The cols value in the rules attribute is drawn between columns only.

Description : The default value of border attribute is 1. -Technology

Last Answer : False The default value of border attribute is 0.

Description : Image P shows a portion of a larger photograph. Some operations have been done on that photograph using an image manipulation software. Image Q shows a portion of the resulting photograph. Identify ... D. Rotate clockwise by 90 degrees, flip horizontally, then rotate clockwise by 45 degrees 

Last Answer : A C

Description : border is an attribute of tag. -Technology

Last Answer : False border is an attribute of tag.

Description : In order to add border to a table, border attribute is specified in which tag? (a) (b) -Technology

Last Answer : (b) border attribute is specified in tag.

Description : The attribute used to set the border color of a table is (a) border (b) bordercolor -Technology

Last Answer : (b) bordercolor is used to set the border color of a table.

Description : border, frame, cellspacing, cellpadding, align are the attributes of (a) tag (b) tag -Technology

Last Answer : (c) border, frame, cellspacing, cellpadding, align are the attributes of tag.

Description : Which of the following is not an attribute of < table > tag? (a) border (b) background -Technology

Last Answer : (d) src is not an attribute of tag.

Description : Describe the border attribute of tag. -Technology

Last Answer : The border attribute is used to define- the thickness of the border, which surrounds the table.

Description : Which attribute lets you control the display of select border sides of a table? -Technology

Last Answer : frame attribute displays the selected border sides of the table.

Description : Write HTML code to display a table with border of 5px. -Technology

Last Answer : l2 „

Description : If you type

Last Answer : The output will look like

Description : The……………. attribute is used to display a specific portion of a table border. -Technology

Last Answer : The frameattribute is used to display a specific portion of a table border.

Description : The border is an attribute of tag. -Technology

Last Answer : False The border is an attribute of tag.

Description : When you …………. or ……………. , the selected range gets surrounded by a moving border. -Technology

Last Answer : When you copy or cut, the selected range gets surrounded by a moving border.

Description : Border, cellspacing, cellpadding, align are the attributes of -Technology

Last Answer : Border, cellspacing, cellpadding, align are the attributes of

Description : What is the use of width attribute in HTML? -Technology

Last Answer : Width attribute specifies the width of a horizontal line in pixels or percent. Its default value is 100%.

Description : Explain the following statement: -Technology

Last Answer : The given HTML code produces a horizontal rule with size 5, aligning right on page and of width 60.

Description : ………… attribute of tag specifies the width of a horizontal line. -Technology

Last Answer : widthattribute of tag specifies the width of a horizontal line.

Description : Why width and height attributes are used? -Technology

Last Answer : The width and height attributes are used, such that downloading of an image will be faster after knowing the dimensions of the images in the browser.

Description : Define height and width attributes of tag. -Technology

Last Answer : The width and height attributes tell the dimension of an image to the browser. Both (height and width) attributes require integer values (dimension of the image in terms of either pixels or percentage of its actual size).

Description : When creating a Web document, which unit is used to express an image’s height and width? (a) Centimetres (b) Pixels -Technology

Last Answer : (b) Image’s height and width unit are expressed in pixels or in percent form.

Description : The two common attributes of the and the tag are (a) src and height (b) height and width -Technology

Last Answer : (b) height and width are common attributes of the tag and the tag.

Description : Explain the width attribute of tag. -Technology

Last Answer : The width attribute is used to set the absolute width of the table. The values in width attribute can be either in pixels or in percentage of the browser window,e.g.CelllCell2CellCell4

Description : Name the attributes used for following: 1. setting the cell width. -Technology

Last Answer : 1. width2. background3. bgcolor4. rowspan and colspan

Description : The height and width attributes of < table > tag are specified in terms of………….. or percentage. -Technology

Last Answer : The height and width attributes of < table > tag are specified in terms of pixelor percentage.

Description : ………… ruler indicates the width of a document with left and right margins. -Technology

Last Answer : Horizontalruler indicates the width of a document with left and right margins.

Description : When creating a Web document, what format is used to express an image's height and width? -Technology

Last Answer : Pixelsis used to express an image's height and width.

Description : Answer the following questions in 30 words: Name one important beverage crop and specify the geographical conditions required for its growth. -SST 10th

Last Answer : Tea is an important beverage crop. It is used almost all across the country. The geographical conditions for its growth are: - (a) There is good growth of tea plants in tropical and ... climate throughout the year. (d) The tender leaf growth is ensured by evenly distributed annual rainfall.

Description : Name one important beverage crop and specify the geographical conditions required for its growth. -Geography

Last Answer : Tea is also an important beverage crop introduced in India, along with coffee. The tea plant grows well in tropical and sub-tropical climates. It requires deep and fertile well-drained ... through the year. Frequent showers evenly distributed over the year ensure continuous growth of tender leaves.