Preface:
HTML is composition of tags. HTML document is purely text file, so that can be made with text editor
promiscuously. HTML document like this can be referred as web page , presented in web server browser.
Web Server is a computer that is utilized to store web or HTML documents.
Web Browser is software that is utilized to present information from web server.
URL -Uniform Resource Locator: standard file name concept to express document or file location in
World Wide Web like IE or Nestcape.
Example: http://1free-html-tutorial.tripod.com
Where: HTTP is a type of protocol, as elongation of Hyper Text Transfer Protocol (Other protocol types
are FTP, Gopher and TELNET) and 1free-html-tutorial.tripod.com is the file location.
Tag(s): code(s) that is utilized to stores web or html document.
Link: also known as " hyperlinks", enabling an object/string in your document for being clicked. At the time of the object/string being clicked will present a dissimilar process (action), for example opening web page of other document.
Keyword Frequencies: how many times of certain keywords appear on web page.
Keyword Density: also called Keyword Weight, is apparition frequencies of keywords ( also known as keyword frequencies) divided with amount of words in web page.
Keyword Prominence: The words (in certain part of your web page) which have more important values for search engines.
Search Engines Optimization: enriching web page with appropriate keywords or phrases keyword before submit it to search engines.
Tag is command code to present ASCII text to form html file which is written down by using sign "<" and ">".
Example:
<B>
<Justify>
<U>
etc.
Commonly, each tag has its own end format form.
Example:
</B>
</Justify>
</U>
etc.
The function of end format form tags are to close the early format tags. However, there are any tags
without its end format form.
Example:
<P> - paragraph tag, that is utilized to star new paragraph.
<Br> - break tag
<Hr> - horizontal ruler tag, utilized to insert horizontal ruler.
<Li> - list tag
etc.
Javascript is a kind of script that is utilized to make dynamics web pages. Search engines can not recognize it well.








