
| Frame file is special file created to organize several frames in a user browser. For example:
<FRAMESET COLS="120,50%">
<FRAME SCROLLING="Auto" FRAMEBORDER=2
NAME="MENU" NORESIZE SRC="menu.htm">
<FRAMESET ROWS="60,*">
<FRAME SCROLLING="No" FRAMEBORDER=0
NAME="TOP" NORESIZE SRC="top.htm">
<FRAME SCROLLING="Auto" FRAMEBORDER=0
NAME="CONTENT" NORESIZE SRC="content.htm">
</FRAMESET>
<NOFRAME><BODY BGCOLOR=#FFFFFF>
Unfortunately you can not look this page by your
browser.
</BODY></NOFRAME>
</FRAMESET> FRAMESET it determines a set frame parameters, such as size of columns or rows; FRAME it determines a frame parameters, such as scrolling, frame border, name, resizing and etc.; NOFRAME It determines the text which one, will be demonstrated, if the browser of the user does not support a frames
|
 | Metategs is used by search engines to index your document in addition to words from the title and document body. META tags have two possible attributes: META tags should be placed in the head of the HTML document, between the <HEAD> and </HEAD> tags (especially important in documents using FRAMES).
|

| A robot is a program that automatically indexes the Web's hypertext structure by retrieving a document, and recursively retrieving all documents that are referenced.
|
 |
After optimization pages will appear in client's Internet browser in exactly the same way, but they will be about 20% (and may be more) smaller. Its main function is to save space on your web pages by removing unnecessary characters and tags. Though the saving percentage may seem small, load timesaving is much higher as your client's Internet browser parses the pages more efficient.
|

|
Option "Body" helps you set body tags of HTML documents somewhat like:
<body bgcolor="#ffffff" text="#080000"
link="#0000ff" vlink="#800080"
alink="#FF0000" topmargin="1"
leftmargin="1" marginwidth="1"
marginheight="1" background="or2.jpg">
bgcolor the background color of the HTML document; text the text color; link the link color; vlink the visited link color; alink the active link color; topmargin and marginheight the top margin of the document ; leftmargin and marginwidth the left margin of the document (you need 2 parameters because Internet Explorer and Netscape Navigator understand this tag variously); background graphic file which will be at the back of document.
|
 | This option has to help you create an E-mail template. For example:
mailto:info@triansoft32.com?Subject=to tech
support&body=I have a problem
mailto: E-mail address; Subject subject of the message; body text of message; |
 |
This option has to help you insert block of text into the end of file. For example you want to insert the text that you got from the banner exchange service. !---
START: Net-On's Banner Exchange
banner
Exchange text code
!---
END: Net-On's Banner Exchange ---
|
 | This option should help you to test your links and to find broken among them.
|