The Beginers Guide to Html!!!

Discussion in 'Web Programming' started by death.by.pie, May 16, 2007.

The Beginers Guide to Html!!!
  1. Unread #1 - May 16, 2007 at 9:26 PM
  2. death.by.pie
    Joined:
    Feb 11, 2007
    Posts:
    589
    Referrals:
    0
    Sythe Gold:
    0

    death.by.pie Forum Addict
    $5 USD Donor

    The Beginers Guide to Html!!!

    Basic Hypertext Markup Language(HTML) Programing Guide

    Html programing is just a series of Codes or tags.
    HTML Tags are started by a "<"and ended by a">" these are called An element it is a command for your browser. If i wanted to make some text bold i would do this: <b>Text You want bolded goes here</b> to end it you most put a "/" before the starting bracket braket but after the "<".
    An element can be folowed by an attribute An attribute is a command further discribing the command.
    If you were to make the font different then you would do somthing like this <FONT="Arial Narrow">Text you want changed goes here</font> The end </font> represnets the spot the font stops.
    If you wanted to make a page you would use a Notepad document and save it as Somthing like Hompage.html

    Here is the Basic structure:
    <HTML> This will start your document.
    <HEAD> This will contain meta tags, javascript coding, Style tags it will also hold the title tags.
    <TITLE>Your page title will go here(What you see in your browserbar)</TITLE>
    </HEAD>(This ends your head part)
    <BODY>This is where you will start you document and other tags
    </BODY>
    </HTML>This ends your html document.

    Here is a good list of tags:
    http://www.w3schools.com/tags/default.asp
     
  3. Unread #2 - May 17, 2007 at 4:26 AM
  4. Big Ownz
    Joined:
    Jan 31, 2007
    Posts:
    186
    Referrals:
    2
    Sythe Gold:
    1

    Big Ownz Active Member

    The Beginers Guide to Html!!!

    lmfao.. a guide on adding the title...? thats like.. not even worth posting
     
  5. Unread #3 - May 17, 2007 at 8:59 PM
  6. Pimpinballa
    Joined:
    Apr 28, 2007
    Posts:
    915
    Referrals:
    0
    Sythe Gold:
    0

    Pimpinballa The Magician
    Banned

    The Beginers Guide to Html!!!

    Not a great guide.........just a n00bie start.
     
  7. Unread #4 - May 17, 2007 at 10:46 PM
  8. MellowYellow
    Referrals:
    0

    MellowYellow Guest

    The Beginers Guide to Html!!!

    There needs to be a no HTML beginner guide posts rule. There are too many of these and most fall short of good.

    How about a post that talks about HTML to XHTML transition? Design and structure concepts (divs/css vs tables)? Or DHTML? AJAX?

    No offense, these guides are just a dime a dozen.
     
  9. Unread #5 - May 17, 2007 at 11:36 PM
  10. death.by.pie
    Joined:
    Feb 11, 2007
    Posts:
    589
    Referrals:
    0
    Sythe Gold:
    0

    death.by.pie Forum Addict
    $5 USD Donor

    The Beginers Guide to Html!!!

    its basic not supposed to be expert its for people who know nothing
     
< HTML Guide | help please >

Users viewing this thread
1 guest


 
 
Adblock breaks this site