answersLogoWhite

0

What is static HTML pages?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

A static page is one that has nothing but straight HTML coding (maybe with CSS, but not necessary) and does not depend on the server to build the page.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is static pages using HTML?

Static pages in HTML are the ones that do not change over time. They are the ones that have no changing elements.


What contains HTML documents?

The web contains the HTML documents inn abundance. Most of the static pages are made in HTML.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


Is in html YOU can make both types of webpages?

Depends which both is being asked. HTML yes can create both static and dynamic web pages.


How do you create a static page in HTML?

A static page can be easily created in HTML page. It just needs the static tags defined in HTML.


How can you display all the session variables in an HTML page?

HTML is a static language and hence access to Sessions is not available in HTML pages. Sessions are accessible only for J2EE systems that use Servlets, JSP etc.


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.


What is static webpage?

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.


Why can you make HTML and jsp pages?

You can make HTML pages and JSP pages for web attractiveness. JSP pages offer additions features to it.


Where do you create static web pages?

A static web page contains all of the displaying content without having to make calls into a program or database. Static web pages may consist of HTML, javascript, CSS, and text with embedded URLs for images and other linked content [such as images]. These pages generally reside within the root level of a web server but may be placed elsewhere on the server if configured for it. On a LINUX server, static web pages are typically located in the /var/www/ directory. However, if the server is configured for it, pages may also rest in /users/whatever_user_name/ directory - or some other directory. You should consult with your server administrator to determine where your static web pages go.


How do you archive dynamic pages?

You can save (archive) a static copy of a dynamic page by using Ctrl+S (or CMD-S, or similar) to Save the HTML source and images of a page.


How is static webpage is diffrent from the dynamic webpage?

HTML was the first tool with which people had begun to create web pages in past times. HTML is a language that stylizes text, generate paragraphs and line breaks etc. However the most imperative thing that it does is link creation. Pages created with HTML are static pages because they remain the same for all the time to come -until and except you change them yourself. With scripting language -you can add a bit of dynamic element in static pages. For example, with JavaScript you can make a random number display every time a web page loads in browser. But even such pages are called static pages. If you go to an online shopping website and see the product list -there are high chances that you'll be looking as dynamic web pages. Such web pages have two main components; Style of the page and information. Style of the page is created with tools like HTML, CSS, and JavaScript while the information is stored unconnectedly in a database. When a dynamic page loads in browser -it requests the database to furnish information depending upon user's choice. When the page receives this information from database -the styling code gets applied on it and the resulting web page is displayed to the user.