+ Reply to Thread
Results 1 to 1 of 1

Thread: Basic HTML

  1. #1
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    4,099,444.25
    Rep Power
    222

    Default 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">
    ==


    --Text Attributes
    <font size=5 color=red> == This is Text!


    Last edited by SonniE; 04-06-2008 at 03:25 AM.


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

+ 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