Monday, November 22, 2010

HTML files and Meta tags

Files HTML (HyperText Markup Language): The file containing the tags Markup. In addition, according to that has been say before, that should end with an HTML file (with extensions). ".Htm" or ". Html"! The markup tags tell the web browser to display pages.
One more thing we need to know, in the form of an HTML file "file Text" (plain text file), not binary files, so it can be made by using plain text editor (Notepad). Now, through an explanation of this I say and affirm that the actual language of HTML (HyperText Markup Language) rather than a portion of the Programming Language. Therefore, I remind you again "Do not occasionally say that it is a portion of the HTML programming language."

For understanding of HTML language further, you can click directly on this link: http://id.wikipedia.org/wiki/Hypertext_markup_language

Here are the outlines of the History of the Standard HTML:
HTML 2.0 - (RFC 1866) be approved as a standard of 22 September 1995,
HTML 3.2 - 14 January 1996,
HTML 4.0 - December 18, 1997,
HTML 4.01 (minor fixes) - December 24, 1999,
ISO / IEC 15445:2000 ("ISO HTML", based on the HTML 4.01 Strict) - May 15, 2000.
The standards, specifications, specification and design - http://www.w3.org
Standard HTML (HyperText Markup Language) was developed by the W3C (World Wide Web Consortium)
We have the latest specification replacement HTML - XHTML last version: 2.0

Meta data is data about data, describing the document, rather than content. We can use a meta tag to describe the html page without filling you with a description.
    Meta tags are useful for indexing, such as search engine
    Tag (the syntax code) is <META>
  Placed on the tag header <"Location of Meta tag">
  There are three attributes that are available, namely:
    • http-equiv
    • Name
    • content
  Among name and content or http-equiv and content For example   Attribute Meta tags are commonly used in a website or web-blog as content-type (data content), description (description), keywords (Keywords). Here I will give examples of the use of Meta tags:

<meta name="description" content="this is a page about 4tatc.co.cc">
<meta name="keywords" content="Tutorial, Linux, Computer Operating system, Science, Internet">
<meta name="content-type" content="document">
<meta name="distribution" content="global">
<meta name="copyright" content="4tatc.co.cc"&lgt;
<meta name="author" content="Hendro Pramana Sinaga">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="expires" content="Mon, 22 November 2010 22:26:00 GMT">
<meta http-equiv="refresh" content="5;http://www.google.com">

Other related articles:

No comments:

Post a Comment