Wednesday, May 30, 2007

HTML


HTML BASICS:

  • HTML is a text file with markup tags.
  • Markup tags tell the web browser "how to display the page".
  • .htm/.html both extensions are allowed while saving the files.
  • .htm is used when some softwares demand only 3 letter file extension, but now with newer softwares it is recommended we follow .html.
  • <> - angular brackets. <> - start tag ,















































ResultDescriptionEntity NameEntity Number
non-breaking space&#160;
<less than&lt;<
>greater than&gt;>
&ampersand&amp;amp;amp;amp;amp;amp;amp;amp;&
"quotation mark""
'apostrophe &apos; (does not work in IE)&#39;





The easy reference to Html and other things are found in this link


http://www.w3schools.com/


To practise the html tags use this simple editor provided by the w3schools


http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic

No comments: