The following code is written to align the image in center in the browser’s window. -Technology

1 Answer

Answer :

The reason for not getting the desired result is that center is not a value of align attribute in the <img> tag.

Related questions

Description : What will happen if the background image is smaller than the browser’s window? -Technology

Last Answer : (b) When the background image is smaller than the browser’s window then it will be shown in boxes in the repeated pattern.

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 : If you type

Last Answer : The output will look like

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 : 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 : How to align an image source code in a Tumblr text post?

Last Answer : I think? Or, couldn’t you align it in CSS by going img { align=“right”; }

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

Last Answer : (d) All of these

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 : 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 : 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 : 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 various alignments of align attribute with example. -Technology

Last Answer : There are some values of image alignment attribute as follows:Middle AlignmentThis alignment is different in both Internet Explorer and Mozilla Firefox. In Internet Explorer, this alignment aligns the image ... effect reproduction, usually by providing a mechanism for the union of sperm with eggs.

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 tag is called the align tag. -Technology

Last Answer : False The tag is called anchor 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 : The attribute helps to align data vertical in a single cell. (a) align (b) valign -Technology

Last Answer : (b) valign attribute is used to align data vertically in a single cell.

Description : What is the use of align attribute in < table > tag? -Technology

Last Answer : The align attribute defines the center, right or left alignment of the tag.

Description : which tag with align attribute is used? -Technology

Last Answer : The align attribute is used with both tag and tag.

Description : The……………… attribute is used to align the data vertically within cells. -Technology

Last Answer : The valignattribute is used to align the data vertically within cells.

Description : The align and valign are the attributes used with tag to set the alignment of data in a cell. -Technology

Last Answer : True The align and valign attributes are used to set alignment of the data.

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

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

Description : Image map only lines up with header in certain browsers?

Last Answer : Oh, nevermind. Apparently it doesn’t work in Chrome, either, so the whole thing must be out of whack somewhere.

Description : Align to vertical and horizontal center of stage in flash CS4?

Last Answer : I don’t have Flash CS4, but maybe there’s an “align to stage” toggle button that needs to be flipped. It’d be on the align panel. Let me know if you see that.

Description : Does anyone know how to align an image at the ACTUAL top of a page?

Last Answer : Have you tried (css rule) { position: absolute; top: 0px; left: 0px; } ? To give you a definitive answer, I'd need to see your current source. (There are a number of ways to do this, but it depends ... you're scrolled down a long page, do you want it out of view, or fixed at the top of the viewport?

Description : What is the advantage of using FLUID and creating site specific browsers?

Last Answer : answer:Perhaps for things like Google Docs or Campfire it could be useful? When the website is a bit more like a desktop application. But for something like Ask-public or just general web browsing, I don’t really see the point, personally.

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 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 : The correct HTML code for inserting an image is (a) -Technology

Last Answer : (c)

Description : With which code you .can make an image works as link? -Technology

Last Answer : (b) With Click Here image works as link.

Description : Sahiba, a website designer with “International Designers Pvt. Ltd.” has written the following code. -Technology

Last Answer : (i)These tags are part of XML code.(ii) (iii) and (iv)eid and deptid(v) false

Description : Dev, a website designer with “Creative Designers Pvt. Ltd.” has written the following code. Observe the code given below -Technology

Last Answer : (i) XML code(ii) Company(iii) name, dept(iv) eid, deptid

Description : Anju, a beginner in java programming has written following code with some mistakes: -Technology

Last Answer : int k=0;String s='Save Earth';int l=s.length();for(int i=0;k

Description : When you open a database, the Ribbon appears on the left side of the MS_Access 2007 window. -Technology

Last Answer : False Because ribbon appears on the top of the window.

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 : What is the use of Navigation Pane in folder window? -Technology

Last Answer : Navigation Pane offers to access libraries, folders, saved searches and even the entire hard disk pane, contents etc.

Description : List some main components of a default window. -Technology

Last Answer : The main components of a default window are as follows:1. Title bar2. Menu bar3. Scroll bar4. Status bar

Description : Describe the various parts of the folder window. -Technology

Last Answer : It is a location where you can store your files. You can create any number of folders and even you can store a folder into other folders (sub-folders). Windows use various folders to store and manage ... list are organised.7. File List This is the list of contents of the current folder or library.

Description : It is a rectangular area showing an application, document, contents of a folder or a dialog box. (a) Workbook (b) Window -Technology

Last Answer : (b) Window is a rectangular area, which shows an application, document, contents of a folder or a dialog box.

Description : The bar at the topmost line of a window is called the (a) Title bar (b) Menu bar (c) Status bar (d) Task bar -Technology

Last Answer : (a) Title bar contains the title of a currently opened page and it is present at the topmost line of a window.

Description : Clicking on this button reduces the window on the taskbar (a) Restore (b) Maximize (c) Minimize (d) Close -Technology

Last Answer : (c) Minimize button reduces the window on the taskbar.

Description : Clicking on this button enlarges the window to its original size (a) Restore (b) Maximize (c) Minimize (d) Close -Technology

Last Answer : (b) Maximize button enlarges the application window to fill the whole screen or enlarges the window to its original size.

Description : The ………….. shrinks the window and places it on the taskbar while, leaving the program running. -Technology

Last Answer : TheMinimize buttonshrinks the window and places it on the taskbar while, leaving the program running.

Description : Toolbar is the part of the folder window. -Technology

Last Answer : TrueToolbar is the part of the folder window which is used to perform some files related common tasks.

Description : ………….. is the rectangular area of the document window, where user can type his/her content. -Technology

Last Answer : Work area or Work spaceis the rectangular area of the document window, where user can type

Description : The Drawing Tools Format tab appears at the bottom of the Word document window. -Technology

Last Answer : FalseDrawing Tools Format tab appears at the top of the Word document window.

Description : Which conventions, prevent window dressing. a. Conservation b. Full disclosure c. Consistency d. Materiality -Technology

Last Answer : Full Disclosure

Description : The …………… alignment makes sure that none of the edges of text appear ragged. (a) left (b) right (c) center (d) justify -Technology

Last Answer : (d) Justify alignment makes sure that none of the edges of text appear ragged.

Description : A company in Mega Enterprises has 4 wings of buildings as shown in the diagram : Center to center distances between various Buildings: -Technology

Last Answer : (i) Most suitable layout according to distance is :(ii) Star Topology(iii) Broadband.(iv). (a)Not required. Repeaters may be skipped as per above layout (because distance is less than 100 m)(b)In every wing(v) Radio Waves