USING MICROSOFT WORD
MICROSOFT WORD
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
The Text is wrapped around the image.
|
|
The image is treated as text and stays in linewith the text.
|
|
The image appears behind the text.
|
|
The image floats over the text.
|
Detailed explanation-1: -1. With CSS (Cascading Style Sheets), float is a property that is used to help position elements on a web page. For example, on this page an image is displayed on the right-side of this block of text. An image may be floated using the img element with the CSS property float, as shown in the HTML/CSS code below.
Detailed explanation-2: -If you want an object to remain in place so that text on the page flows around it, use a floating object. Floating objects are anchored to a position on a page. Typing more text on the page, does not affect the position of a floating object, but you can drag a floating object to reposition it.
Detailed explanation-3: -The HTML <img> tag is used to embed an image in a web page. Images are not technically inserted into a web page; images are linked to web pages. The <img> tag creates a holding space for the referenced image. The <img> tag is empty, it contains attributes only, and does not have a closing tag.