Results 1 to 4 of 4

Thread: About HTML tags

  1. #1
    Join Date
    Dec 2011
    Posts
    18

    About HTML tags

    HTML tags provide the foundation forweb page design. To provide more flexibility with HTML design,attributes have been defined for HTML tags to alter the behavior ofany particular HTML tag. There are many instances while designing aweb page when you will want to change the default behavior of thetag. For instance, you might want to change the background color ofthe whole page or some section of the page. You might want to changethe alignment of a section of text or apply a unique style to a tag'srepresentation. I know that in this forum, there are so many HTMLchamps. It will be a great honor to get some knowledge about it fromthem.
    Last edited by calvinjackson9; 12-26-2011 at 05:22 AM.

  2. #2
    tsak is offline Member
    Join Date
    Sep 2010
    Posts
    44
    HTML tags is a great "tool" to help you code a web site.
    You have the power and the flexibility to do whatever you like with that tags
    OBHosting.com - The Best Web Hosting Sellers On the Web
    Basic Hosting - Business Hosting - Reseller Hosting - VPS Hosting - Dedicated Servers
    99.9% Uptime Guarantee - 10 Day Money Back Guarantee - 24/7 Support

  3. #3
    alein123 is offline Junior WHC Addict
    Join Date
    Sep 2011
    Posts
    125
    Create a free Flash website with our simple, online web design editing platform. Stunning templates and user-friendly tools make website building easy and fun.

  4. #4
    delois is offline Junior WHC Addict
    Join Date
    Aug 2011
    Posts
    109
    Giving style attributes to different HTML tags separately is an old fashion which require more time and work when there wasn't any concept of CSS. After CSS, we used to define style for general group or class and which is going to apply for all the instance of that object in web page.IF specific HTML tag appears only once in single web page,it is ok to give style with use of attributes like color, font and style but for common tags which would repeat more than once, it is preferred to define their style with Class in CSS.

Posting Permissions

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