coding tweaks

hmm.. Mya saja je nak post encoding ni.. Sebab, kan sekarang zaman it.. so, memang banyak bnda kat pc, yg kena gne code cmne.. So, sje je la., nak letak.. mane tau if u guys want to use it…

ni, mya amik dekat http://freecodesource.com

<a href=”URL_OF_SITE_HERE“>Displayed Text </a> =add Link to website., profile, webpage.

To display a text link which opens into a new browser window:

Set target=”_blank”

<a href=”URL_OF_SITE_HERE” target=”_blank”>Displayed Text </a>


To make a picture a link:

<a href=”URL_OF_SITE_HERE“><img src=”URL_OF_IMAGE_HERE“></a>


The Basics:

Formatting Text - Add effects to your text to make it cooler looking.

a) Breaking Spaces - To create a new line of text put <br> in between your text or images. This will create the effect of an enter using the enter key.
Example: Hello! <br> How are you?
Will look like this:
Hello!
How are you?

You can also use paragraph tags <p> to create the effect of a new paragraph (two spaces).
Example: Hello! <p> How are you?
Will look like this:
Hello!

How are you?

b) Bold, Underline, Italics, Strike Through -
Bold = <b>Text You Want Bolded</b>
Underline = <u>Text You Want Underlined</u>
Italics = <i>Text You Want In Italics</i>
Strike Through = <s>Text You Want to Strike Through</s>

c) Adding Colors - Make your text colorful!
Red = <font color=”red”>Text You Want Red</font>
Green = <font color=”green”>Text You Want Green</font>
Blue = <font color=”blue”>Text Your Want Blue</font>
Other Color = <font color=”COLOR YOU WANT HERE“>Text You Want Colorized Here</font>

d) Modifying Font Size - Make your text grow!
<font size=”1“>Text Here</font> =
Text Here
<font size=”2“>Text Here</font> =
Text Here
<font size=”3“>Text Here</font> = Text Here
<font size=”4“>Text Here</font> =
Text Here
<font size=”5“>Text Here</font> =
Text Here
Want to go even bigger? <font size=”Size Here“>Text Here</font>
Just replace Size Here with any number you want.

e) Modifying Font Face - Change your Font Face
<font face=”Arial“>Text Here</font> = Text Here
<font face=”Times New Roman“>Text Here</font> = Text Here
<font face=”Courier New“>Text Here</font> = Text Here
<font face=”Georgia“>Text Here</font> =
Text Here
<font face=”Verdana“>Text Here</font> =
Text Here
<font face=”Tahoma“>Text Here</font> =
Text Here
Want to use another font face not listed here? <font face=”Font Face“>Text Here</font>
Replace Font Face with the font face name of your choice.

f) Aligning Text the way you want it.
<div align=”left”>Text Here</div>

<div align=”center”>Text Here</div>

<div align=”right”>Text Here</div>

g)
Click here to use the simple Marquee (moving text) Generator.
Click here to see the coding for Marquees.

Text Formatting Key:

<B>text here</B>

Bold Text

<I>text here</I>

Italics Text

<U>text here</U>

Underline

<S>text here</S>

Strike Out

<SUP>text here</SUP>

Superscript (ex. abc)

<SUB>text here</SUB>

Subscript (ex. H20)

<BR>

Line Break

<P>

New Paragraph

<DIV ALIGN=LEFT>text here</DIV>

This tag forces left justification.

<DIV ALIGN=CENTER>text here</DIV>

This tag forces center justification.

<DIV ALIGN=RIGHT>text here</DIV>

This tag forces right justification.

4 Responses to “coding tweaks”

  1. najwa says on :

    wah.. nk jadi macam waled ek.. pandai coding2 ni.. bagus2.. ;)

  2. Amyrah Nurfariesya says on :

    hehehe… nak jd pakar it gak..
    huhu..

  3. Alarmist says on :

    ahahahhaa.. mane belajaq ni..
    haisshhh
    ni dah masuk HTML code
    tayah pening paler kak long
    nak write post kn ada button byk2 tu
    klik2 ajer :p

  4. Amyrah Nurfariesya says on :

    hehehe.. tak reti la…

Leave a Reply

You must be logged in to post a comment.