<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Galactic Web Designs &#187; Basics of Image Tag</title>
	<atom:link href="http://www.galacticwebdesigns.com/tag/basics-of-image-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.galacticwebdesigns.com</link>
	<description>Providing you a Galaxy of Web design tips</description>
	<lastBuildDate>Fri, 20 Jan 2012 06:57:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Understanding Image Tags in HTML Understanding Image Tags</title>
		<link>http://www.galacticwebdesigns.com/understanding-image-tags-in-html-understanding-image-tags/</link>
		<comments>http://www.galacticwebdesigns.com/understanding-image-tags-in-html-understanding-image-tags/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 08:09:41 +0000</pubDate>
		<dc:creator>galac</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Background Image Attribute In HTML]]></category>
		<category><![CDATA[Basics of Image Tag]]></category>
		<category><![CDATA[Image Tags In HTML]]></category>
		<category><![CDATA[Src Attribute In HTML]]></category>

		<guid isPermaLink="false">http://www.galacticwebdesigns.com/?p=114</guid>
		<description><![CDATA[This tutorial will help you realize dissimilar commands with the aim of will allow you to manipulate your images to your liking. The code certain is on paper in HTML (Hyper Text Markup Language) comparable to the code you simulate and paste from image hosting sites, to belief your images by a desired location. To [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will help you realize dissimilar commands  with the aim of will allow you to manipulate your images to your liking. The  code certain is on paper in HTML (Hyper Text Markup Language) comparable to the  code you simulate and paste from image hosting sites, to belief your images by  a desired location. To greatest understand this tutorial you have to understand  the basic html organize.</p>
<p>Insert the genuine content codes at this time</p>
<p>To correctly waste code in examples simulate and paste  content the examples inside &lt; &gt;</p>
<p><strong>Basics of the Image tag</strong></p>
<p>The image tag allows you to spectacle images in many  formats on a webpage. The tag used in support of displaying an image in html  code is img. With all html near are reliable attributes with the aim of can be  associated with the image tag to allow it to function dissimilar functions.  These include:</p>
<p><strong>Src Attribute &#8211; REQUIRED</strong></p>
<p>The source (src) attribute is the location or URL  someplace the image resides on the internet. This attribute have to constantly  be used or your image will not be revealed as the browser will not know  someplace to retrieve it from.</p>
<p><strong>Example:</strong> Img src=&#8221;http://www.Iuploadhere.Com/image.Jpg&#8221;</p>
<p><strong>Alt Attribute &#8211; OPTIONAL</strong></p>
<p>The alternate text (alt) attribute is used to displayed  text in place of an image with the aim of cannot be found or once image  downloading is twisted rancid by the user. This bring forward is to help the  user understand come again? He/she ought to be viewing if the image doesn&#8217;t  spectacle.</p>
<p><strong>Example:</strong> Img  src=&#8221;http://www.Iuploadhere.Com/image.Jpg&#8221; alt=&#8221;My Image&#8221;</p>
<p><strong>Align Attribute &#8211; OPTIONAL</strong></p>
<p>The align image rule allows you to situation the image in  correspondence with the surrounding text. Commands used include top, bed,  internal, missing, and reasonably.</p>
<p><strong>Example:</strong> Img  src=&#8221;http://www.Iuploadhere.Com/image.Jpg&#8221; alt=&#8221;My Image&#8221;  align=&#8221;Top&#8221;</p>
<p><strong>Width and Height Attributes &#8211; OPTIONAL</strong></p>
<p>These commands allow you to loose change the size of the  image on the website. The attributes used are width=&#8221;#&#8221; and  height=&#8221;#&#8221; someplace the # represents a add up to (in pixels) with  the aim of you yearn for to waste. Remember once using this rule with the aim of  you are not in point of fact modifying the image but just for the short term  changing the size which can cause distorted images.</p>
<p><strong>Example:</strong> Img  src=&#8221;http://www.Iuploadhere.Com/image.Jpg&#8221; alt=&#8221;My Image&#8221;  align=&#8221;top&#8221; width=&#8221;50&#8243; height=&#8221;40&#8243;</p>
<p><strong>Background Image Attribute</strong></p>
<p>The background image rule allows you to place your image  in the background of your website as a wallpaper. While you can tell in the  case in point less, this attribute have to be placed surrounded by the tag by  the launch of your HTML authenticate. If your image is lesser at that time the  area of the leaf it will tile itself.</p>
<p><strong>Example:</strong> Body  background=&#8221;http://www.Iuploadhere.Com/background.Jpg&#8221;</p>
<p>Turning an image into a Link</p>
<p>This rule allows you to twist your image into a link with  the aim of population can click to straight them to an alternative webpage on  the internet. When the user scrolls completed the image the mouse pointer will  loose change from the arrow to a employee with it&#8217;s symbol finger pointing.  This rule requires you to surround your image tag with the html tags revealed  less in bolded text.</p>
<p><strong>Example:</strong></p>
<p>A href=&#8221;http://www.Iuploadhere.Com&#8221;&gt;img  src=&#8221;http://www.Iuploadhere.Com/image.Jpg&#8221; alt=&#8221;My  Image&#8221;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.galacticwebdesigns.com/understanding-image-tags-in-html-understanding-image-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

