answersLogoWhite

0

If you want the image to align left, then use the ALIGN=LEFT tag. If you want it to align to the right, use the ALIGN=RIGHT tag.

<IMG SRC="image URL" ALIGN=RIGHT>

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is an align attribute in HTML?

It allows you to align things, like text, to the left, right or centre.


What does div mean?

A div tag in HTML represents a division, usually with its own style, class, or alignment. For example, the HTML &lt;div align=center&gt;Text&lt;/center&gt; would align the text in the center of the page


How text align to right in jmesa htmlcolumn?

You can align HTML column by align attribute. The attribute could be aligned in the element you want to move.


Is a embedded image a part of the HTML file?

Images cannot be stored in the actual HTML file itself. HTML is always stored in a text file. Text files cannot store images. What will be in it is a reference to the image which enables the page to show the image, by looking to its location. When you open the HTML file in a browser, it will show the image.


Left align table HTML?

I believe you can only align things in CSS. Using CSS left-aligning the table would require doing this:YOUR TABLE HEREThen in the part you would write this:#table{text-align: left}If you didn't get what I just said I suggest going to W3schools.com and going to the CSS tutorial.


What does flip vertical do in HTML?

Flip vertical is a style element in HTML. It flips the image or text vertically.


How To Embed Images In Text?

You can embed an image in HTML via IMAGE tag. It can be written as &lt;img src="image-source"/&gt;


What is the correct HTML to left-align the content inside a tablecell?

&lt;td style="text-align:left"&gt;


How do you align text to justified in HTML?

Yes, Through the following code: &lt;p align ="justify"&gt;


What html element does not display text on the web page as seen in the web browser the comment graphic image or text?

You can use the comment tags to include text in your HTML code that will not be displayed in the browser. Here is how you do that: &lt;!-- Comment Text --&gt;.


How can you align a hyperlink in a css file?

This will align all links in a HTML webpage using CSSa, a:visited, a:active, a:hover { /*You can set this to right, left, center or justify*/text-align: center;}


How do you align in HTML?

Align is an attribute included in the HTML format. You can align the position to be right, left or center.