Recent

Selasa, 27 Mei 2014

HTML Basic Syntax:



HTML Basic Syntax:

  • HTML Element names and attribute names are not case sensitive.
  • HTML Documents start with a statement, followed by a header and a text body all enclosed in ....
  • HTML Header is enclosed in .... tags.
  • HTML Body is enclosed in .... tags.
  • HTML Comments are written as .

HTML Basic Document:



Document Title like HTML Tutorial



   Document Text with other tags will come here.



Header elements:

  • - Opening tag for the head of the document. The following optional tags can be placed inside the head.
  • ... -Document title (not part of the text), recommended maximum length 64 characters.
  • - Relationships for the document as a whole: common attributes are rel, rev, href.
  • - Specifies the base URL of the document. This is used when dereferencing relative URLs in the page.
  • - Specifies the base URL of the document. This is used when dereferencing relative URLs in the page. Also specifies the base target frame that all links will default to.
  • - Embed meta-information as if given by the server: attributes http-equiv, name, content.
    - Same page will be reloaded automatically after N seconds.
    - Specifies an expiration date for the page so that it will be reloaded after a certain date.
    - Specifies various keywords available on the page and to be used by the search engine.
    - Specifies small description of the page and to be used by the search engine.