Announcement

Collapse
No announcement yet.

Unconfigured Ad Widget

Collapse

!~! Learn HTML!~!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • !~! Learn HTML!~!

    HTML Coding Tutorials
    Learn HTML quickly and easily with our easy to read and understand HTML coding tutorials. Start at the beginning, and work your way through the basics, then you can use these pages as a resource to refer back to when you begin building pages.


    HTML Tutorials - HTML Tags

    How to "Mark-up" Content
    HTML is a formatting 'language' which allows you to display webpage elements such as text or images, in a web browser. This is accomplished through the use of special 'tags' which tell a web browser how to display a page properly.

    HTML tags also use elements called Attributes and Values to further change

    HTML Coding Tutorials
    Learn HTML quickly and easily with our easy to read and understand HTML coding tutorials. Start at the beginning, and work your way through the basics, then you can use these pages as a resource to refer back to when you begin building pages.


    HTML Tutorials - Building HTML Tags

    How do I build an HTML Tag?
    HTML Tags are actually a combination of three separate elements - an Opening Tag, the text or image we wish to affect, and a corresponding Closing Tag. The Opening Tag tells the browser to begin producing the effect defined in the Opening Tag, and the Closing Tag tells the browser to stop producing the effect.

    The Opening Tag consists of an opening bracket, the name of the function we wish to use and a closing bracket. It is written like this:

    <example>

    This is followed by the text or image that we want the HTML Tag to affect, and then the tag must be closed.

    The Closing Tag consists of an opening bracket, a forward slash (to indicate the tag is closing), the name of the function we are using/closing, and a closing bracket. It is written like this:

    </example>

    Here is how we write a complete basic HTML Tag:

    <example>text or image we wish to affect goes here</example>

    HTML Tags affect every page element you place between the Opening and Closing tags and you must add a Closing Tag for every Opening Tag you use.
    Last edited by ; 20 January 2006, 10:06.

  • #2
    Re: !~! Learn HTML!~!

    hmm zaberdast

    mazeed b daso is k bare mai par aram aram se ;)

    Comment


    • #3
      Re: !~! Learn HTML!~!

      Bohat umdah mazeed ka wait rahe ga :)
      Allah

      Comment


      • #4
        Re: !~! Learn HTML!~!

        How do I add Attributes and Values?
        Attributes and Values help you further define what the basic HTML tag does. Virtually all HTML tags have some attributes that increase its usefulness and functionality. Here is the standard format that HTML tags, complete with attributes and values, are written in:
        <example attribute="value">text or image we wish to affect goes here</example>

        You can put any number of attributes into a single tag and in any order you want, there is no pre-set format for them to appear in. It is also wise to always use quotes around the values to ensure the best browser compatibility.

        To illustrate the use of attributes and values, let's use a real HTML Tag:

        The <font> tag, for example, allows you to define which font you want to have your text appear in , the color the text will appear in, and the size of the text using three basic Attributes:
        1. Face - defines the font (arial or verdana, for example) that you want to use
        2. Color - defines the color you want the text to be
        3. Size - defines the size your text should appear in
        So, let's build a basic font tag with all three of those attributes and their values (specific values are covered in other tutorials, don't worry about knowing them all at this point):
        <font face="arial" color="blue" size="2">text goes here between the tags</font>

        If you put the above code on a webpage, the result would be this:

        text goes here between the tags

        Let's try one more example with some slightly different values:
        <font face="courier" color="red" size="3">text goes here between the tags</font>

        If you put the above code on a webpage, the result would be this:

        text goes here between the tags

        And there you have a complete standard HTML <font> tag, complete with opening tag, function, attributes, values,some text to be affected, and the closing tag.

        Virtually every HTML Tag is written exactly the same way, so once you have mastered building HTMLTags you've won half the HTML battle.

        Comment


        • #5
          Re: !~! Learn HTML!~!

          thnks
          yeh buhat hee asan hy zra see twajoo dain aap ko buhat maza aay ga
          be happy

          Comment


          • #6
            Re: !~! Learn HTML!~!

            its realy interesting KHL ji

            likin mujhay HTML ..abc tak nahi atii .. :(
            u can't gain RESPECT by choice nor by requesting it... it is earned through your words & actions."

            :pr:

            Comment


            • #7
              Re: !~! Learn HTML!~!

              mujy khud hee nahi aati aap ko kaisy aaay gii

              Comment

              Working...
              X