Results 1 to 7 of 7

Thread: web design

  1. #1
    Registered User
    Join Date
    Feb 2020
    Posts
    1

    web design

    Explain what is the difference between “visibility:hidden” and “display:none”?

  2. #2
    Registered User
    Join Date
    Apr 2019
    Posts
    83
    Both are same as to hidden the tag but main difference is that “visibility:hidden” allocate the space of that tag on page and “display:none” doesn't allocate the space on page.

  3. #3

  4. #4
    Registered User
    Join Date
    Jul 2019
    Posts
    40
    display:none means that the tag in question will not appear on the page at all (although you can still interact with it through the dom). There will be no space allocated for it between the other tags. visibility:hidden means that unlike display:none , the tag is not visible, but space is allocated for it on the page.

  5. #5
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,348
    Web design is the process of creating websites. It encompasses several different aspects, including webpage layout, content production, and graphic design. While the terms web design and web development are often used interchangeably, web design is technically a subset of the broader category of web development.

  6. #6
    Registered User
    Join Date
    Jun 2020
    Posts
    13
    display:none means that the tag in question will not appear on the page at all (although you can still interact with it through the dom). ... visibility:hidden means that unlike display:none , the tag is not visible, but space is allocated for it on the page. The tag is rendered, it just isn't seen on the page. I remember when I was learning to do web design and these two terms were giving quite a rough time. It's a good thing my manager was a very patient and understanding and took his time to explain it to me.
    Last edited by ColinGill; 02-04-2021 at 01:22 PM.

  7. #7
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,853
    The visibility property specifies whether or not an element is visible. Tip: Hidden elements take up space on the page. Use the display property to both hide and remove an element from the document layout! Default value: visible.

Posting Permissions

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

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.