It is Very easy to insert images into your HTML documents. Followings are the example how to insert an image into your web page and also set its properties.
| <Img Src="your_url_image_file_name" width="#" Height="#" border="#" Alt="enter your keywords here" align="#"> |
Where:
Src = location of image file
Width = wide of horizontal
Height = high vertically
Border = set border size to become image frame
Alt = text to emerge in the place of if image do not loaded
Align = arrangement of image align ( left, right, top, middle, bottom).
There is no difference in src attribute when you want to use animation on your web page.
Also, you need to know how to set an image to become an image link.
Well, all you have to do is placing the image tag between link tag. Following is the example:
| <a href="index.htm" title="enter keywords here"><img src="your_image_file_name" alt="enter keywords here"></a> |
Note: Any search engines cannot recognize even an image on your web pages. However, you can enrich your web pages with keywords or phrases keywords in src tag and in alt tag in an image tag. This alt attribute is very important in Search Engine Optimization.
Following is the example how to enrich your web pages with keywords or phrases keywords:
| <a href="index.htm" title="free html tutorial"><img src="free html tutorial/img1.gif" alt="image 1 of free html tutorial"></a> |
Related Articles
- What To Ask Your Web DesignerIf you need a web designer, but have no clue about the typical web design process, I am quite certain that you must be feeling a bit overwhelmed about what to expect. As web designers, we oftentimes have a myriad of roles to fill when working with their clients...
- How To Judge A Good Website From A Bad OneHow a website has written its links is an excellent way to judge its quality. Good websites tend to have a rich and intuitive link structure. Good web writers think clearly about how each piece of content links up with the rest of the content on the website.
- Effective Search Engine Optimization - What You Should Not DoSEO is one of the economic ways to get your url listed on the top of free search engines. That is why SEO become so important. There are tons of guidance in SEO on the internet. But in the other hand, there are also misguidance in SEO. They always say to optimize, optimize and optimize your web page...
- 4 Effective Search Engine Optimization PracticesSearch engine optimization is the most effective way to drive traffic to your website. By maximizing the benefits that search engine optimization bring, you will be able to yield lots of earnings for your business. However, due to the complex process of bringing a website to high rankings for variou...
- Be A Website Editor, Not AdministratorThere are two roles in web content management that matter: editors and writers. Editors decide what should get published. Writers create the content. Most websites started off with administrators-webmasters-who had lots of responsibility and little authority. Today, we see the emergence of the web e...
- Seo Company Made Evident and EasyIn a web related or online business the search engine optimization (SEO) company is again one of the basic or primary areas of importance. To be very precise but open in understanding the search engine optimization Company understands link building and its relationship to search engine optimization....
- How To Triple Your Banner Click-Through-RatesHave you noticed that your banner ads rarely get clicked on? Banner ads used to be a very effective method of advertising, but the web has become bloated with banner after banner. As a result theyre largely ignored today. But did you know there is a simple and effective way to get people to ....
- Decrease Website`s Load TimeMany webmasters get caught up in the design and creation process that they forget that visitors will have to download all of it. Forgeting to optimize your code and graphics for your site will increase your websites load time and will determine future visits. In order to keep your site in peak ....
- Writing Effective ALT Text For ImagesAnyone who knows anything about web accessibility knows that images need alternative, or ALT, text assigned to them. This is because screen readers cant understand images, but rather read aloud the alternative text assigned to them...
- Search Engine Optimization TipsMaking SEO work for you. Tried and true tips for anyone looking to increase web site traffic.
