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 ,
Result | Description | Entity Name | Entity Number |
---|---|---|---|
non-breaking space |   | ||
< | less than | < | < |
> | greater than | > | > |
& | ampersand | &amp;amp;amp;amp;amp;amp;amp; | & |
" | quotation mark | " | " |
' | apostrophe | ' (does not work in IE) | ' |
The easy reference to Html and other things are found in this link
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:
Post a Comment