answersLogoWhite

0

What is static webpage?

User Avatar

Anonymous

16y ago
Updated: 8/16/2019

Static pages have no updating content, nothing moves, all stands still - hence static. This contrasts with dynamic pages.

As a rule of thumb, a static web page is one that does not change its appearance, layout or content once it has been loaded.

A page consisting entirely of HTML with no JavaScript or embeded content is static.

One that has JavaScript is generally dynamic, as the scripting is most often in place to make slight changes to the page (or even major changes). Pages incorporating JavaScript in the HTML are generally said to be coded in "Dynamic HTML" or "DHTML"

Pages that have embedded content such as movies or Adobe Flash interfaces are an exception to the model. Though the containing page itself is most often static, the embedded content behaves as a dynamic interface - one which changes, updates, etc.

Strictly speaking, it's no longer a web page but a Rich internet Application, that behaves like a web page.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Example of static webpage?

adsfadfsdgfs


What are 30 examples of a static webpage?

A static webpage is delivered to a user exactly as it is stored. They make up the majority of pages on the web and are pages the user cannot change. The pages of the site at the Related Link are static web pages.


How do to create a static webpage with only one image as background?

Use html only and that should give you a static page. You can put image as background by using css


What does static post mean?

A static post is a type of online content that remains fixed on a webpage and does not change dynamically. It is not updated frequently and retains its original form for an extended period. Static posts are commonly found on websites and blogs.


What is a sentence for webpage?

The webpage appears to be down.He tried to contact the webpage administrator.How do I print this webpage?


What is meant by the terms static media and dynamic media?

Static media refers to content that remains fixed and unchanging, such as a printed photograph or a webpage without animations. Dynamic media, on the other hand, includes content that is interactive, updates in real-time, or contains animations, like a video game or a live stream.


What is static and active webpages?

Static web pages: This type of webpage not update in a regular manner, means this type of web pages content some static content. This type of web pages deal with only HTML. Active web pages: This type of web pages may update in dynamic way but total program exection part deal with client machine not in server. Applets is a type of active web pages.


Does a URL consists of a format a domain name sometimes the path to a specific webpage or location in a webpage and the webpage name?

yes


How to cite a webpage with no author in a research paper?

To cite a webpage with no author in a research paper, use the title of the webpage in place of the author's name in the citation. Include the title of the webpage in quotation marks, followed by the publication date, the URL, and the date you accessed the webpage.


Can not see a webpage properly?

That can mean that your computer is broken or the webpage is not good.


What is called for moving one webpage to another webpage?

surfing the web.


What is php in address?

it means that the webpage was programmed in PHP (scripting language), so it's not pure static html, but (at least) parts of it are generated dynamically according to some data (usually from a database) - for example comments that users has added to articles, or such.