How can text be displayed in place of image for users whose browser do not support images? -Technology

1 Answer

Answer :

The alt attribute of the <img> tag is used to display the text in place of the image for the users whose browser do not support images.

Related questions

Description : An image to be displayed in a Web page has to cover 25% of the browser window horizontally and 50% vertically. -Technology

Last Answer : An image to be displayed in a Web page has to cover 25% of the browser window horizontally and 50% vertically. The attributes height and width of the tag would be used for achieving this.

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 : Image search from images instead of text terms?

Last Answer : I don’t know of any website like that, but you could always google the description or a short summary of what the product does

Description : The text specified in the alt attribute is displayed as tooltip in (a) Internet Explorer -Technology

Last Answer : (a) The text specified in alt attribute is displayed as the tooltip in Internet Explorer only.

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 : In Excel chart, text displayed at data points to indicate the specific category is called …………….. -Technology

Last Answer : (c) Text displayed at data points to indicate the specific category is called data label.

Description : Predict the output displayed in text fields named jTextField2 and jTextField3 after running the above code. -Technology

Last Answer : (i) GREEN WORLD, CLEAN WORLD76 more characters can be entered(ii)length(),toUpperCase()

Description : How would you display text in the title bar of a browser? -Technology

Last Answer : To display text in a title bar of a browser, use the tag inside the tag in the HTML document.e.g. HTML document

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 : To create an HTML page, you need (a) text editor (b) Web browser -Technology

Last Answer : (c) Because text editor is required to write HTML code and the Web browser is needed to display the page.

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 : A blog consists of (a) images (b) text (c) links (d) All of these -Technology

Last Answer : (d) A blog consists of images, text and links.

Description : Which of the following is a component of multimedia? (a) Text (b) Images (c) Audio (d) All of these -Technology

Last Answer : (d) Text, images, audio all are the components of multimedia.

Description : Interactive combination of text, graphics, images, audio, video etc., is known as (a) Data (b) Information (c) Multimedia (d) Internet -Technology

Last Answer : (c) Multimedia is a interactive combination of text, animations, sounds, images etc.

Description : Multimedia is an integration of sound, images, text, animation etc. -Technology

Last Answer : TrueMultimedia is a combination of several media like sound, hypertext, image and animation etc

Description : Where is the title tag information displayed when you preview in the browser?

Last Answer : Your title tag is also displayed at the top of your web browser and acts as a placeholder, especially for people who have many browser tabs open.

Description : If an image is saved in WhatsApp images and WhatsApp sent images but not on your phone gallery does that mean the image was not taken using the phone.?

Last Answer : I’m pretty sure if I take the image in WhatsApp it doesn’t save to my photos in my phone. You probably can save a WhatsApp image to your photo gallery in your phone if you want to.

Description : Why do we insert comments in an HTML document, even though they are not displayed on a Web page? -Technology

Last Answer : So, that user will be able to understand coding effects and meaning.

Description : Vallesoft Pvt. Ltd has designed and developed a Website that will be displayed differently in each of the continents. -Technology

Last Answer : (i) None of the given code fragments are well-formed.(ii) The correct code is: STAR TV 9.00PM Family Drama (iii) The XML tree is

Description : Comments are displayed in the output. -Technology

Last Answer : False Comments are not displayed in the output.

Description : When a field name has a space in its title, such as Last Name, how is the merge field displayed in the mail merge document? -Technology

Last Answer : (c) When a field name has a space in its title, such as Last Name, Last_Name is the merge field displayed in the mail merge document.

Description : (i) Ms. Sangeeta wants to add few descriptive lines in the HTML code which should not be displayed on the webpage rather -Technology

Last Answer : (i) She should use comments in HTML.Any text to make comments in HTML, should be preceded by Example:Welcome(ii)HTML is used to display data and to focus on formatting of data, whereas XML ... XML is used to store and transfer the data over different platforms while HTML is used to design webpages.

Description : What values will be displayed in JOptionPane when the following code is executed? -Technology

Last Answer : No value will be displayed in JOptionPane because it will give exception in thread ‘main’ due to null.

Description : What will be displayed in jTextFieldl and jTextField2 after the following code is executed : -Technology

Last Answer : OutputjTextFieldl will contain value = 12jTextField2 will contain value = 13

Description : Write the HTML code to create a paragraph whose text color is blue. -Technology

Last Answer : or

Description : By changing the dimensions of the viewport, the and ofthe objects being displayed can be manipulated. a.Number of pixels and image quality b.X co-ordinate and Y co-ordinate c.Size and proportions d.All of these

Last Answer : c.Size and proportions

Description : What is the name of the space in which the image is displayed? a.World co-ordinate system b.Screen co-ordinate system c.World window d.Interface window

Last Answer : b.Screen co-ordinate system

Description : The binary code for each pixel is used to determine A. Which colour will be displayed B. How big the image is C. What shape the image is D. How many pixels will be in the image

Last Answer : A. Which colour will be displayed

Description : How do you download images on a Palm Pre, using the browser?

Last Answer : did you try long pressing an image ? never touched Palm’s WebOS but it seems like an intuitive thing to do

Description : Can I prevent new text messages on my iPhone from being displayed automatically?

Last Answer : Yeah there is no way to stop that unless someone made a hack I don’t know about. Apple did not put an option for that on the phone.

Description : Google Chrome is an example of (a) Web browser (b) Web server (c) HTTP (d) WWW -Technology

Last Answer : (a) Web browser is the program that is used to explore the Internet.Thus, Google Chrome is an example of Web browser.

Description : Safari is a Web browser developed by ……….. -Technology

Last Answer : Safari is a Web browser developed byApple.

Description : Which software browse the Internet in a systematic manner? (a) Web crawler (b) Web browser -Technology

Last Answer : (a) Web search engine works by storing information about many Web pages, retrieved by a Web crawler.

Description : What is the method of viewing the source code of the current page in the Web browser? -Technology

Last Answer : Right click on the Web page and then select View Source from the context menu.

Description : Name two common graphic files formats that most browser recognize. -Technology

Last Answer : The two common graphic file formats are: .gif and .jpg.

Description : The ……….. tag is used to make the Web browser ignore anything that the tag contains. -Technology

Last Answer : The tag is used to make the Web browser ignore anything that the tag contains.

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 cellspacing attribute tells the browser how much space to include between the walls of the table. -Technology

Last Answer : False cellspacing attribute is used to create space between different cells in a table.

Description : An XML document can be viewed in a (a) Word processor (b) Web browser -Technology

Last Answer : (b) An XML document can be viewed in a Web browser.

Description : ………. security technology establishes an encrypted link between a Web server and browser. -Technology

Last Answer : SSL security technology establishes an encrypted link between a Web server and browser.

Description : Mozilla Firebox is a (a) Web Browser (b) News Website (c) Graphing Package (d) Word Processor -Technology

Last Answer : Mozilla Firebox is aWeb Browser

Description : What is the purpose of a web browser? Give the name of any two popular web browsers. -Technology

Last Answer : A web browser is an application program used for exploring the information resources available on the World Wide Web to retrieve the required information. Two popular web browsers are Google Chrome and Mozilla Firefox.

Description : Which amongst the following is not an example of browser ? (a)Chrome (b)Firefox (c)Avast (d)Edge -Technology

Last Answer : (c)Avast

Description : ……… is used to translate scanned images of handwritten, type written or special type of font printed on a conventional paper. -Technology

Last Answer : OCR is used to translate scanned images of handwritten, type written or special type of font printed on a conventional paper.

Description : This part of utility software is used to prevent phosphor burning on computer monitors by blanking the screen with moving images. -Technology

Last Answer : (d) Screensavers fill the computer screen with moving images or patterns, when the computer is not in use.

Description : ……….. is a sequential series of images that create an illusion of motion. -Technology

Last Answer : Animation is a sequential series of images that create an illusion of motion.

Description : Web browsers display images in the following format (a) XBM (b) JPEG -Technology

Last Answer : (d) All of these

Description : The default alignment of images, that are inserted in Web page, is (a) left (b) right -Technology

Last Answer : (c) An image which is inserted in the Web page by default placed inline with text.