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.


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.


Why is HTML required?

HTML is required to create web pages.