Sabtu, 08 Desember 2012

Various links


Various links
1. Relative and Absolute Links, a link to a document in another directory can be created by specifying the path relative to the origin of the document's position is. This is called a relative link.
    a href = "Price / index.html"> Price List </ a>
Address (URL) of the complete document (absolute path) can be used to determine the purpose of a link, called an absolute link:
   a href = "http://gmail.google.com"> E-mail Google </ a>
2.Link to a section in another document, eg: satu.html linked to a section in dua.html, how is:
In satu.html document, written:
<a href="dua.html#BT"> Three </ a>
At the destination, is written:
<a name="BT"> Three </ a>
3. Link to a section in the same document, similar to how the above steps:
In satu.html document, written:
<a href="#BT"> Three </ a>
At the destination, is written:
<a name="BT"> Three </ a>
4. Mailto, link directly to the e-mail address.
<a href="mailto:saya@gmail.com?subject=Masuk ga?">
Send E-mail </ a>

Insert Figure
Attribute image size, if not written, then the image size according to its original size. But the image size can be made with a specific value by writing the height and width attributes.
Creating Tables
The table is a way to display the information in the form of cells consisting of columns and rows.
Creating Frame
HTML frames are used to create HTML view is divided into several parts where each part is a separate HTML page.

Creating Form
Form is the form of an HTML element blank (form) that is used to capture information from users
Various kinds of form:
v  Input, by type:
v  Text, password, checkbox, radio button, reset, submit and hidden.
v  Text area.
v  Select.

Tidak ada komentar:

Posting Komentar