<?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>Feather Design UK &#187; Basics of the Image tag</title>
	<atom:link href="http://featherdesign.co.uk/tag/basics-of-the-image-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://featherdesign.co.uk</link>
	<description>Web Design Uk Incarnated!</description>
	<lastBuildDate>Fri, 20 Jan 2012 07:13:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Importance of Image Tags in HTML</title>
		<link>http://featherdesign.co.uk/importance-of-image-tags-in-html/</link>
		<comments>http://featherdesign.co.uk/importance-of-image-tags-in-html/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 04:33:22 +0000</pubDate>
		<dc:creator>feath</dc:creator>
				<category><![CDATA[Importance Of HTML Tags]]></category>
		<category><![CDATA[Background Image Attribute]]></category>
		<category><![CDATA[Basics of the Image tag]]></category>
		<category><![CDATA[HTML tags]]></category>
		<category><![CDATA[learning image tags]]></category>
		<category><![CDATA[Understanding Image Tags]]></category>

		<guid isPermaLink="false">http://featherdesign.co.uk/?p=89</guid>
		<description><![CDATA[Understanding Image Tags This tutorial will help you gather unusual commands with the intention of will allow you to manipulate your images to your liking. The code prearranged is on paper in HTML (Hypertext Markup Language) related to the code you photocopy and paste from image hosting sites, to look over your images by a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Understanding Image Tags</strong></p>
<p>This tutorial will help you gather unusual commands with  the intention of will allow you to manipulate your images to your liking. The  code prearranged is on paper in HTML (Hypertext Markup Language) related to the  code you photocopy and paste from image hosting sites, to look over your images  by a desired location. To preeminent understand this tutorial you should  understand the basic html make up.</p>
<p>Insert the real content codes at this time</p>
<p>To by the book purpose code in examples photocopy 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 demonstrate images in many  formats on a webpage. The tag used intended for displaying an image in html  code is img. With all html here are a few attributes with the intention of can  be associated with the image tag to allow it to present unusual functions.  These include:</p>
<p><strong>Src Attribute &#8211; REQUIRED</strong></p>
<p>The source (src) attribute is the location or URL  everywhere the image resides on the internet. This attribute should all the  time be used or your image will not be revealed as the browser will not know  everywhere to retrieve it from.</p>
<p>Example: 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 intention of cannot be found or as image  downloading is twisted rancid by the user. This aspect is to help the user  understand come again? He/she must be viewing if the image doesn&#8217;t demonstrate.</p>
<p>Example: 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 demand allows you to point the image in  correspondence with the surrounding text. Commands used include top, underside,  core, missing, and desirable.</p>
<p>Example: 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 amendment the size of the  image on the website. The attributes used are width=&#8221;#&#8221; and  height=&#8221;#&#8221; everywhere the # represents add up to (in pixels) with the  intention of you inclination to purpose. Remember as using this demand with the  intention of you are not in fact modifying the image but merely for the time  being changing the size which can cause distorted images.</p>
<p>Example: 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 demand allows you to place your  image in the background of your website as wallpaper. Being you can set eyes on  in the model less than, this attribute should be placed surrounded by the tag  by the commencement of your HTML record. If your image is lesser after that the  area of the call it will tile itself.</p>
<p>Example: Body  background=&#8221;http://www.Iuploadhere.Com/background.Jpg&#8221;</p>
<p>Turning an image into a Link</p>
<p>This demand allows you to circle your image into a link  with the intention of community can click to uninterrupted them to an  additional webpage on the internet. When the user scrolls larger than the image  the mouse pointer will amendment from the arrow to a tender with its pointer  finger pointing. This demand requires you to surround your image tag with the  html tags revealed less than in bolded text.</p>
<p>Example:</p>
<p>A href=&#8221;http://www.example.com&#8221;&gt;img src=&#8221;http://www.example.com/image.Jpg&#8221; alt=&#8221;My Image&#8221;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://featherdesign.co.uk/importance-of-image-tags-in-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: featherdesign.co.uk @ 2012-02-05 01:34:07 -->
