The correct HTML code for inserting an image is (a) <img href=”image.gif”> -Technology

1 Answer

Answer :

(c) <img src=”image.gif “>

Related questions

Description : ............. tag is used to embed image in a webpage. A) B) C) D) None of the above

Last Answer : A)

Description : Explain the given command Click Here for wild animals -Technology

Last Answer : In this command, anchor tag and its href attribute are included. The text (Click Here for wild animals) will appear underlined and indicates that clicking the text activates the hypertext link. The address ... is an URL or Web page address and Click Here for wild animals is the hyperlinked text.

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 : The alternate text of an image can be displayed by using attribute of the tag. (a) src (b) alt -Technology

Last Answer : (b) alt attribute of the tag is used to display the alternate text of an image.

Description : ……………. is an attribute of the tag which specifies the location or URL of the image to be displayed. -Technology

Last Answer : src is an attribute of the tag which specifies the location or URL of the image to be displayed.

Description : The general syntax for inline image is . -Technology

Last Answer : True At the place of the file name, the path of the image is specified. If the image is in the same folder as HTML file, it is not needed to specify the full path of an image.

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 : Choose the correct syntax to create an E_mail link. (a) -Technology

Last Answer : (b)

Description : Write HTML code to set the image ‘Pen. jpg’ stored in ‘My Pictures’ folder in C: -Technology

Last Answer : The HTML code is .

Description : Write the HTML code to display an image on the right side of the page. -Technology

Last Answer :

Description : Write the HTML code to display an inline image named pencil.jpg located at C:\ in the center of your Web page. -Technology

Last Answer :

Description : Write HTML code to illustrate 1. listed hyperlinks 2. image hyperlinks -Technology

Last Answer : Listed Hyperlinks: It is noticeable that tag can also be used for more complex task (as with images or with lists etc.)Example: To show listed hyperlinks. List List Fruit Chart Vegetable Chart ... as a link, following syntax is used: Example: To show image as link.< title>Image as Link

Description : What is the purpose of using the attribute href in tag? -Technology

Last Answer : The href stands for Hypertext Reference. The href attribute is used with tag to specify the link to some other HTML page or Website.e.g. click here to go to learncbse.It will display like:click here to go to learncbse.

Description : For internal linking, the section names are provided by attribute of tag. (a) title (b) href -Technology

Last Answer : (c) For internal linking, section names are provided by name attribute.

Description : ………. attribute of the tag is used to name a section in a Web page to create an internal link. (a) href (b) name -Technology

Last Answer : (b) name attribute is used to create an internal link.

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

Last Answer : (a)

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

Last Answer : (b)

Description : ........... is compulsory part of HTML. A) B) C) D)

Last Answer : B)

Description : Editing text in MS_Word 2007 only involves inserting text. -Technology

Last Answer : FalseEditing text means making corrections as desired end results.

Description : After inserting a picture, a new tab appears. -Technology

Last Answer : TrueAfter inserting a picture in Word 2007 document, a new tab appears namely Picture Tools Format. This tab helps a user to edit his/her picture according to need.

Description : Write the steps of inserting picture in a slide. -Technology

Last Answer : Pictures and ClipArt can be inserted into a Microsoft Office PowerPoint 2007 presentation from sources such as ClipArt Website providers, Web pages or files on a computer. These pictures can be used ... an Office PowerPoint 2007 presentation, switch to Notes view and then do the above same procedure

Description : New Slide button for inserting a new slide can be found on ………………. -Technology

Last Answer : New Slide button for inserting a new slide can be found on Home.

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 : 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 : Write a statement in HTML that inserts an image named ‘school.jpg’ found in the ‘images’ folder of the current folder. -Technology

Last Answer :

Description : To set image as background of an HTML table, you can use………………… attribute. -Technology

Last Answer : To set image as background of an HTML table, you can use backgroundattribute.

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

Last Answer : 1. -List item2. -Image

Description : Describe the use of alt attribute with tag. -Technology

Last Answer : The alt attribute is used to define alternate text' for an image. It tells the Website visitor, what he/she is missing on the page if the browser cannot load images. The browser will then ... include alt attribute for each image on a page to improve the appearance and usefulness of the document.

Description : Name the values that can be assigned to align attribute of tag. -Technology

Last Answer : The values that can be assigned to align attribute of tag are as follows:1. top2. bottom3. left4. right5. middle

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 : Explain various attributes of tag. -Technology

Last Answer : Attributes of TagAn attribute is an extra piece of information associated with a tag that provides further details about the tag.Following are the various attributes of tag:The src Attribute: The src (source) ... the width of the border around an image. By default, an image has no border in HTML.

Description : src attribute used with tag stands for (a) screen (b) screen resolution count (c) source -Technology

Last Answer : The correct answer is(c) source

Description : Which is not a valid value in the align attribute of tag? (a) top (b) center -Technology

Last Answer : (b) center is not a valid value in the align attribute of tag. To align in center, tag can be used.

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 : The tag is an ………… tag, that means it has no closing tag. -Technology

Last Answer : The tag is an emptytag, that means it has no closing tag.

Description : tag is used for …………. images. -Technology

Last Answer : tag is used for displaying images.

Description : No value is specified with alt attribute of tag. -Technology

Last Answer : False alt attribute provides alternate text for an image if the image is not visible on Web page for any reason.

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 : 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 : 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 : Write any two attributes for each tag: (a) (b) (c) -Technology

Last Answer : img tag-src, alt, height, widthtable tag - align, bgcolor, border, cellpadding, cellspacinga tag -href, name

Description : What is the purpose of tag ? Mention it’s any two attributes along with their purpose. -Technology

Last Answer : tag is used to insert images in any webpage.Its two main attributes are as follows:SRC : It specifies the URL of the image.ALT : It specifies an alternate text for an image.

Description : Background is an attribute of : (i) tag (ii) tag (iii) tag (iv) tag -Technology

Last Answer : Background is an attribute of tag