SonniE
04-06-2008, 03:18 AM
<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 (http://www.codinghs.com)
--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/images/blackhead/blackhead_logo.gif
--Text Attributes
<font size=5 color=red> == This is Text!
<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 (http://www.codinghs.com)
--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/images/blackhead/blackhead_logo.gif
--Text Attributes
<font size=5 color=red> == This is Text!