Friday, 8 July 2011

What i learn To do HTML

bleeeeeeeee:P
First the HTML documents should start with a <!DOCTYPE> decleration that tells thae  browser what oF
<x> html the documents is written in.In practical terms this tells browser like internet explorer and firebox to use their most standards.Comliant <and therefore cross- browser compatible? rendering mode.The exact form of the <!DOCTYPE> decleration depends on whether your documents is HTML 4 <finefor most purpose>
or XHTML1 <enable the page to be processed as XHTML...


MINIMAL DOCUMENTS
are started in
<!DOCTYPE>
 <HTML>
<TITLE>       </TITLE>
<!HEAD>
<BODY>
</BODY>
</HTML>
   web site the 3 components 

  1. content-information
  2. PRESENTAION-apperance
  3. behavior-reaction

No comments:

Post a Comment