Announcement

Collapse
No announcement yet.

What's the distinction between static and dynamic websites?

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

  • What's the distinction between static and dynamic websites?

    Can anyone suggest some differences.

  • #2
    The major distinction between static and dynamic websites is that static websites' material remains constant, but dynamic websites' information can change.

    Comment


    • #3
      A static website is one whose contents cannot be changed without the developer modifying the site's programming.

      Comment


      • #4
        What is a CMS website?

        Comment


        • #5
          A CMS website usually referred to as a dynamic website, can display various contents from the same source code, making it more dynamic and advanced.​

          Comment


          • #6
            Static denotes motionless or fixed, whereas dynamic means lively, capable of action and/or change, or forceful?​

            Comment


            • #7
              Any file that is stored on a server and is presented to users the same way every time is known as static content. Dynamic content is content that changes depending on the user's preferences, such as time of visit, location, and device.​

              Comment


              • #8
                What determines if a website is static or dynamic?

                Comment


                • #9
                  A static site is written entirely in plain HTML code, which is then shown to the user. A server-side scripting language such as PHP, asp, jsp, or ColdFusion is used to create a dynamic website.

                  Comment


                  • #10
                    Static content refers to the material of a website that does not change across pages.​

                    Comment


                    • #11
                      How to create static content?

                      Comment


                      • #12
                        Static Content Creation:

                        1. In a JSP page, you can build static content by writing it as if you were writing a page that only contained that content.

                        2. The contentType parameter is also used to describe the response's encoding.

                        Comment


                        • #13
                          Thanks Myles Ace

                          Comment

                          Working...
                          X