answersLogoWhite

0


Best Answer

Left is the default alignment :D

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

Left it should be :)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the default alignment of an image that is inserted in the webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make and image automatically switch to a webpage?

You anchor it to an URL. You would like to have the image send a visitor to another webpage. Add this code, direcly above the image code <a href="another webpage address"> and this code direcly after the image code </a> This will made the image a clickable link to "another webpage address".


Can other people see photos on an image hosting service webpage?

Yes, people can see photos on an image hosting service webpage. The reason being is once you submit a photo it becomes property of webpage and they can use it for promotional items.


How do you put and image on webpage?

Putting an image is as simple as putting a text. You just have to put an image tag and its path alongside.


Can a tag be assigned to a webpage digital image or video?

yes


What will link you to a webpage or an image or an email address?

facebook,twitter,and myspace


What is image that appears for webpage on top of browser called?

A Logo or a Header.


An image that is inserted as part of a line of text?

Inline graphic


The code below that uses CSS to eliminate the default border on an image configured as an image?

If you are using an image to link to another page or site, you will want to use CSS to eliminate the border the browser will put around the image by default. To do this, in your external style sheet, add the following code: img { border: none; } This will remove the default border from around all images.


The image or icon that can be clicked to display a webpage?

The correct way to display an image on a webpage through HTML coding is


Create a webpage to show image mapping?

create a web page to showimage mapping


How do you make MySpace layout a default one?

You can go here and grab a default layout: http://profilerehab.com/browse/myspace/default_layouts Then just look in the code and find the name of the background image and replace it with your own background image that you want to use for the default layout.


Put a picture in the background of a webpage using HTML?

Change the <body> tag to <body style="background-image: image.jpg">. Replace image.jpg with your image.