- 
	
	
	
		Basic HTML 
		<html> - Defines a html document
 <body> - Defines the body element
 <br> - Inserts a line brake
 <b> - Defines Bold Text
 <i> - Defines italic text
 
 ---Adding A Link
 syntax add link to text
 <a href="url">Text to be displayed</a>
 Example:
 <a href="www.codinghs.com">LinK</a>    == LinK
 
 --Add an image
 syntax of img
 <img src="url">
 Example:
 <img src="http://www.codinghs.com/forums/images/blackhead/blackhead_logo.gif">
 ==
 http://www.codinghs.com/forums/image...khead_logo.gif
 
 --Text Attributes
 <font size=5 color=red> == This is Text!