+ Reply to Thread
Results 1 to 12 of 12




  

Thread: HTML <div> tag

      
  1. #1
    I'm New! Florinda is on a distinguished road
    Join Date
    July 8, 2011
    Posts
    39
    Rep Power
    1
    Feedback Score
    0

    Default HTML <div> tag

    what is the role of <div> element in designing a web page...?

  2. #2
    I'm New! moorthimani is on a distinguished road
    Join Date
    August 22, 2011
    Posts
    3
    Rep Power
    0
    Feedback Score
    0

    Default HTML <div> tag

    Hi....
    The <div> tag defines a division or a section in an HTML document.
    The <div> tag is often used to group block-elements to format them with styles.

    Example:


    <html>
    <body>

    <h3>This is a header</h3>
    <p>This is a paragraph.</p>

    <div style="color:#00FF00">
    <h3>This is a header</h3>
    <p>This is a paragraph.</p>
    </div>

    </body>
    </html>



    Cegonsoft



    ---------------------------

    Final Year Projects

  3. #3
    I'm New! Florinda is on a distinguished road
    Join Date
    July 8, 2011
    Posts
    39
    Rep Power
    1
    Feedback Score
    0

    Default Re: HTML <div> tag

    How it helps in SEO..

  4. #4
    I'm New! Winleet is on a distinguished road
    Join Date
    August 21, 2011
    Posts
    14
    Rep Power
    1
    Feedback Score
    0

    Default Re: HTML <div> tag

    It doesn't help in SEO. It is just used for designing purposes.

  5. #5
    I'm New! Florinda is on a distinguished road
    Join Date
    July 8, 2011
    Posts
    39
    Rep Power
    1
    Feedback Score
    0

    Default Re: HTML <div> tag

    Somebody told me that if we design the web site using <div> element google search engine ranks that site higher than other sites which is designed using table element.. is it..

  6. #6
    I'm New! mattdoerr is on a distinguished road
    Join Date
    August 11, 2011
    Posts
    16
    Rep Power
    1
    Feedback Score
    0

    Default Re: HTML <div> tag

    It is used to build a website in tableless format, the site could face problems in different browsers if the site is working fine on the default browser. Comparatively, the sites designed in table format loads perfectly without any error.

  7. #7
    Permanently Banned rasel786 is on a distinguished road rasel786's Avatar
    Join Date
    October 3, 2011
    Posts
    31
    Rep Power
    0
    Feedback Score
    0

    Default Re: HTML <div> tag

    The role of div tag is, <div> tag defines a division or a section in an HTML page.

  8. #8
    Jedi Master addyj672 is on a distinguished road
    Join Date
    December 29, 2010
    Location
    Dubai
    Posts
    101
    Rep Power
    2
    Feedback Score
    0

    Default Re: HTML <div> tag

    Quote Originally Posted by Francine View Post
    The <div> tag defines a division or a section in an HTML document.
    The <div> tag is often used to group block-elements to format them with styles.

    very right about Div tag... I think it is not helpful in SEO...

  9. #9
    I'm New! soniasharma is on a distinguished road
    Join Date
    September 7, 2011
    Location
    india
    Posts
    13
    Rep Power
    1
    Feedback Score
    0

    Default Re: HTML <div> tag

    Its used for designing purpose not for seo.. but the H1 tags and alt image tag, title meta keywords and description and etc. they are helpful in seo.

  10. #10
    I'm New! mtrick is on a distinguished road mtrick's Avatar
    Join Date
    December 22, 2011
    Location
    india
    Posts
    41
    Rep Power
    1
    Feedback Score
    0

    Default Re: HTML <div> tag

    Div tag is define division in the HTML .By Div tag you can design all Web page. it is containing block of code.

  11. #11
    Jedi Master cyberdesignz is on a distinguished road
    Join Date
    April 5, 2010
    Location
    USA
    Posts
    62
    Rep Power
    3
    Feedback Score
    0

    Default Re: HTML <div> tag

    Quote Originally Posted by Florinda View Post
    How it helps in SEO..
    Div tag is container for other tags.
    For SEO point of view it is better to use div instead of using table for containing data and by using div your code length should be decrease so web crawler easily crawl your page. It may help you if you have a large website.

  12. #12
    Grand Masters simplyamazing12 will become famous soon enoughsimplyamazing12 will become famous soon enough
    Join Date
    May 6, 2010
    Posts
    593
    Rep Power
    3
    Feedback Score
    0

    Default Re: HTML <div> tag

    div tags rarely help in terms of search engine optimization. It does help you organize the content with sections. That is the only purpose I see it serving in my coding.
    My Business: Chi Chi Floral [link soon!]

    Web hosting provided by: Myhosting.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. What is HTML 5 ?
    By heena in forum HTML & Website Design
    Replies: 35
    Last Post: May 22nd, 2011, 10:49 pm
  2. Is HTML out?
    By Keio in forum HTML & Website Design
    Replies: 16
    Last Post: Mar 24th, 2010, 8:22 pm
  3. Using Both home.html and index.html
    By zxpro168 in forum SEO Forum
    Replies: 14
    Last Post: Jun 10th, 2008, 6:47 am
  4. HTML Within PHP
    By Zap in forum Programming
    Replies: 4
    Last Post: Dec 27th, 2007, 12:00 pm
  5. about html
    By raju in forum HTML & Website Design
    Replies: 2
    Last Post: Dec 4th, 2007, 10:09 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads