answersLogoWhite

0


Best Answer

<span>description</span>

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML command used to insert and display images is the?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

How do you insert a command into a CSS file?

You cannot insert a command into CSS, you can make styles that happen in HTML.


The browser will display any text or images defined in which section of the HTML file?

In the body of the HTML file.


Are there websites that convert pictures to HTML?

No. HTML itself doesn't have the ability to display images, except by having the browser call them as an external resource.


How do you link an images in HTML?

To display an image use: To display an image that goes to a site when clicked, use: Replace what is in bold.


How do you insert picture from desktop to HTML page?

You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page:


What are embedded codes that tell a browser how to display information?

In HTML code you have static information being displayed (like text, images). Video, animation, forms require operations where some specific code is embedded (nested) in the HTML code, so as to display and run the video, display the animations and get the form results.


What is HTML code to create a webpageb to insert an images of input devices and output devices?

The code to insert an image beings with the &lt;img&gt; tag. If you want the user to enter the image, you have to apply image upload.


Why can't you run PHP from the command line?

There is no problems with running php from the command line be it unix or windows. However the output of the command will be to stdout in the form of HTML text output. This HTML output is infact what is displayed with formatting and graphics by a web browser. In addition php run by the webbrowser and from the command line maybe at different user privileges and display differently.


How will you display images in a user page in one row 4 images?

The easiest way to do this is going to be by using the HTML table. You can (and some would argue should) use an unordered list for this, but a table will be simpler.


How can i Have php post to self with mysql?

Mysql is an Database where Data from HTML forms will be inserted to it by some scripts like ASP 3 (classic), ASP.NET, PHP, ColdFusion and... What you need is a form (By HTML), an Database and table in Mysql and PHP to insert data from your form to the table. mysql insert command is: INSERT INTO table_name_here (column1, column2, ..) VALUES (value_of_column_1, value_of_column_2, ...)


What is the HTML command used to display an image in background?

style="background-image: url('image.jpg')" Example: &lt;body style="background-image: url('background.jpg')"&gt;


How do you add images and graphic formatting to HTML files?

You can add images and graphics to HTML file by adding them in your project. Giving their path makes them into your HTML.