Tuesday, May 25, 2010

How to Create a Link

  Html document using the hyperlink (anchor) to connect to other documents on the web.Here we try to describe the three kinds of links to be studied.
 1.Tag Anchor.    Html tags <a> use to create a link to another document in web.Sintaks of linking in Html  tags are using <a>, the href attribute is used to define the link examples:Following anchor points to Microsoft:

<a href=http://www.microsoft.com"> This text is displayed </ a>


  
There are three types of links:* Relative Links* Absolute Links* The links in the same documentThe difference lies only in the document that becomes the link, located on the same computer or not.


2.Relative Link.
  Established when you create your pages link to another page on the same computer, if it does not need to use the complete Internet address.If two pages in the same directory that you can write the name of the file like the following:

<a href="file_2.html"> next </ a>


3.Absolut Link.

  Created when you create a link to another web differently on another website Internet.Dalam this you must write your address lengkap.Berikut example:

<a href=http://www.syeh.co.cc/> ebook Indonesia </ a>


Good luck, and hopefully useful

Image to HTML

  Picture speaks a thousand words, proverbial saying that are often used to refer to people sometimes pictures can speak better than lengthy explanations.Images within a web page is a lure for visitors. 
  This web site is generally equipped with pictures to make people interested to see it and read the contents of existing in a web site.Normally web browsers can display inline images which are presented along with the text, with the X Bitmap format (XBN), GIF or JPG.Other image formats are also there which are incorporated into a web browser such as: PNG (Portable Network Graphic).
Each image will take time to download and slow the early appearance of a document that browser.Karena so be careful to select pictures to include in a document browser.To include an inline image in a web document and:
<img src="nameimage>
With namaimage is the url of the image file.