+ Reply to Thread
Results 1 to 3 of 3

Thread: HTML Codes

  1. #1
    Join Date
    Apr 2008
    Posts
    20
    Points
    87,511.00
    Rep Power
    198

    Default HTML Codes



    Here are a list of html codes that will be useful when making a html page.

    Common Codes:
    Code:
    <br> = Next line
    <b>Text</b> = Bold font
    <i>Text</i> = Italic font
    <p>Text</p> = Paragraph
    <!-- Text --> = Comment
    <title>Title</title> = Page title
    Basic Codes:
    Code:
    <body bgcolor="Color here"> = Background color
    <body background="Image here"> = Backgroud image
    Font Codes:
    Code:
    <font color="Color here">Text</font> = Colored font
    <font size="Size here">Text</font> = Font size
    <font face="Font name here">Text</font> = Font face
    Link Codes:
    Code:
    <a href=URL Here>Url Text</a> = Basic link
    <a href="mailto:xxxx@xxxx.com">Text</a> = Email link<a href="URL" onClick="alert('Text')">Link Text</a> = MouseClick link, Pop-up
    <a href="URL" onMouseover="alert('Text')">Link Text</a> = MouseOver link, Pop-up
    Button Codes:
    Code:
    <form method="link" action="URL"><input type="submit" value="Text"></form> = Linkbutton
    <form method="link" action="mailto:xxxx@xxxx.com"><input type="submit" value="Text"></form> = Email button<input type="button" value="Text" onClick='alert("Text")'></form> = Pop-up button
    Textarea Codes:
    Code:
    <textarea>Text</textarea> = Basic textarea
    <textarea rows=# cols=#>Text<textarea> = Textarea, specific size
    I will update this when i can

  2. #2
    Join Date
    Apr 2008
    Posts
    17
    Points
    43,745.00
    Rep Power
    198

    Default

    this is exactly the same post as the one from gamingcube...

    but nice codes, i am using them for my website... pretty much just the button codes...

    .xX.SNIPER.Xx..


    .xX.SNIPER.Xx.. damn dog
    WhoIsYou owned >:O
    WhoIsYou lol
    jimmywilldie lmao
    .xX.SNIPER.Xx.. this sucks, and they were really good too....
    .xX.SNIPER.Xx.. it is not funny, it was the last doughnut....
    jimmywilldie lol
    .xX.SNIPER.Xx.. =[
    .xX.SNIPER.Xx.. my puppy just ate my doughnut

  3. #3
    Join Date
    Jul 2008
    Location
    Near DC
    Posts
    74
    Points
    92,011.00
    Rep Power
    194

    Default

    somthin ill keep in my mind....

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts