How to get image URL to post image on this site -Technology

1 Answer

Answer :

You don't have to get image URL. Simply you have to click on (Send it to server button).It will automatically take theURL.Then anew page will appearas below. click on OK button.

Related questions

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 : a student, has written some points about Web pages and URL. 1. Which of the following statements are true about Web pages? -Technology

Last Answer : 1. (c) and (d)2. (a) and (b)

Description : In URL http://www.cbse.nic.in/ is a …………. protocol. -Technology

Last Answer : In URL http://www.cbse.nic.in/ is a http protocol.

Description : Website can be accessed by URL. -Technology

Last Answer : True Each Website is accessed by its own address known as URL.

Description : URL is an Internet machine. -Technology

Last Answer : False URL is the Web address for a Website or a Web page.

Description : The …………. tag is considered to establish a hypertext relationship between the current document and another URL. -Technology

Last Answer : The tag is considered to establish a hypertext relationship between the current document and another URL.

Description : The ………….. attribute is used for specifying the URL of the anchor tag. -Technology

Last Answer : The hrefattribute is used for specifying the URL of the anchor tag.

Description : Using the ………… type URL, you can create the E_mail hyperlink. -Technology

Last Answer : Using the mailtotype URL, you can create the E-mail hyperlink.

Description : Write the full forms of: (i) URL (ii) (iii) (iv) HTML -Technology

Last Answer : Uniform Resource LocatorList ItemTable DataHyper Text Markup Language

Description : What does URL stand for? (a) United Route Line (b) Uniform Resource Locator (c) Unknown Redirection Link (d) Upload Redirection Link -Technology

Last Answer : URL stand forUniform Resource Locator

Description : What is the full form of URL? -Technology

Last Answer : Full form of URL is Uniform Resource Locator.

Description : Body { background_image: url(“learn.gif”); background_repeat: repeat_x} -Technology

Last Answer : With reference to the above CSS code the inserted background image learn.gif will repeat horizontally on the browser screen.The four different values for background-repeat are as follows: ... is repeated both horizontally and verticallybackground-repeat: no-repeat :The image is not repeated

Description : Write the URL of any one e_Governance website. -Technology

Last Answer : URL:India.gov.in

Description : Write down the full forms of the following: i. URL ii. IDE -Technology

Last Answer : i. Uniform Resource Locatorii. Integrated Development Environment

Description : Write the URL of any one e_Governance website -Technology

Last Answer : India.gov.in

Description : Write one example each of URL and IP address. -Technology

Last Answer : Example of URL → http: // www. microsoft. com Example of IP address → 192.168.0.0

Description : How do you get part of a url that corresponds only to the Google image that's picked?

Last Answer : answer:Is the following an example of what you're asking about: http://ell.h-cdn.co/assets/16/01/480x720/wraps-hh-essentials-premium-jersey-wrap-sapphire-2_1.jpg ? If so, then: hijab > images > ... in your details is for the image's location at Google's image page, and not for the image itself.

Description : "Copy image url" disappeared from Google Chrome?

Last Answer : That could be a quirk of Google+. I still have the “copy image url” option available to me in Chrome.

Description : How do you create a URL for an image?

Last Answer : answer:If the image is online it has a URL. If you put it in a folder called images' it is often hrrp://www.domain.ext[com,edu,etc.]/images/filename.ext[jpg,gif,etc.n] If you are ... right-click on the image and select cooy image location -copy it into notepad first then use it as you will.

Description : Python: how to download an image from a URL -Web-Development

Last Answer : answer:

Description : Is there a way people can download a mobile application directly by clicking on a URL link?

Last Answer : You’re confusing web sites and apps. Apps have to be downloaded on to the mobile device from an app store.

Description : Which URL method of HTTP performs similar function as that of PUT method only with an exception of request comprising a list of differences that exhibit the necessity to get implemented in the existing file? a. POST b. GET c. PATCH d. OPTION

Last Answer : c. PATCH

Description : How do you remove the "www" from the URL of a wordpress site?

Last Answer : in .htaccess file in the root directory… RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L] though don’t tough any of the Wordpress generated stuff that’s in there.

Description : Where's the best site to register a URL?

Last Answer : www.mediatemple.net

Description : The url of from an unknown site shows in my google analytics.?

Last Answer : It's nothing but bots. Yes it's an old black hat trick that certain websites were using a bot on their server to attract visitors. The intention behind this is to drive traffic from website owners. Let's ... her website. He will check for a backlink too. That's the primary target of using a bad bot.

Description : Which of the following identifies a specific web pageand its computeron the Web? A) Web site B) Web site address C) URL D) Domain Name

Last Answer : Domain Name

Description : Each web site is identified by a unique address called a 1. WWW 2. URL 3. URW 4. ULR

Last Answer : URL

Description : How do I isolate the last image in the following site in order to post an OP about it?

Last Answer : Right click the image you want and click “view this image” from the menu. It will open it up in another tab and you can copy the link and post it here.

Description : The term ‘URL’ used in Internet technology stands for : (1) Uniform Resource Locater (2) Unique Resource Locater (3) Uniform Remote Locater (4) Unique Remote Locater

Last Answer : Uniform Resource Locater

Description : Scanner is a device that allows a user to convert an image into a ……… file. -Technology

Last Answer : Scanner is a device that allows a user to convert an image into a digital file.

Description : Image files uploaded and downloaded over the Internet can be processed with a compression application. -Technology

Last Answer : (c) Image files are compressed before transmitted over the Internet to reduce transmission time.

Description : To store object like image, you need to create a field in a table, having field type as …………. . -Technology

Last Answer : To store object like image, you need to create a field in a table, having field type as OLE Object.

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 : 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 : 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 : 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 : background attribute is used to display image. -Technology

Last Answer : True It is an attribute of tag used to display the background image.

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

Last Answer : The alt attribute of the tag is used to display the text in place of the image for the users whose browser do not support images.

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 : The following code is written to align the image in center in the browser’s window. -Technology

Last Answer : The reason for not getting the desired result is that center is not a value of align attribute in the tag.

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 : 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 : 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 : Which tag is used to insert an image in Web page? -Technology

Last Answer : (c) tag is used to insert inline image in a Web page.

Description : The correct HTML code for inserting an image is (a) -Technology

Last Answer : (c)

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 : 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 : With which code you .can make an image works as link? -Technology

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