Dream Talk

Dream World => Techno Talk => Topic started by: DreamTalker on November 01, 2008, 11:18:29 pm



Title: Basic HTML- can be used in making websites
Post by: DreamTalker on November 01, 2008, 11:18:29 pm
Here are some of the HTML codes.
Edit all capitalized for the text you want.

Bold text:
Code:
<b> TEXT </b>

Italic text:

Code:
<i> TEXT </i>

Underlined text:
Code:
<u> TEXT </u>

Superscript text:

Code:
<sup> SUPERSCRIPT TEXT </sup> TEXT

Subscript Text:
Code:
<sub> SUBSCRIPT TEXT </sub> TEXT

Change the color of the text:

Code:
<font color="#HEXCODE OR COLOR HERE"> TEXT </font>

Change the size of the text:
1.
Code:
<font size="NUMBER HERE"> TEXT </font>
2.
Code:
<font size="NUMBERHEREpt"> TEXT </font>

Change the font of the text:

Code:
<font face="FONT NAME HERE"> TEXT </font>

Make text spaced out:
Code:
<font style="letter-spacing:NUMBERpx"> TEXT </font>

Make text cramped together:
Code:
<font style="letter-spacing:-NUMBERpx"> TEXT </font>

Background Color to the Text:
Code:
<font style="background-color: #HEXCODE OR COLOR HERE"> TEXT </font>

Marquee text:

Code:
<marquee> TEXT </marquee>

Bulleted list:
Code:
<ul> <li>ITEM1 <li>ITEM2 <li>ITEM3 </ul>

Link:
Code:
<a href="URL OF THE SITE HERE"> TEXT TO BE CLICKED </a>

Email:
Code:
<a href="mailto:EMAIL HERE"> TEXT </a>

(+ repu is appreciated)
(if you want to post this in your forum or site, you must quote our forum- http://dreamtalk.smfforfree3.com or just put the link of this thread. Thanks.)