answersLogoWhite

0

What is static pages using HTML?

User Avatar

Anonymous

11y ago
Updated: 8/21/2019

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

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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.


What contains HTML documents?

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


What is static HTML pages?

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.


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.


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.


Using only Html you can create?

Web pages.


What does HTML progamming means?

HTML programming means using tags in HTML. It is a way of creating interactive 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.


What are the importances of HTML?

HTML is one of the major scripting language. Most of the web pages are made using it.


What does it mean to have experience using HTML?

HTML is HyperText Markup Language. It is a language used to create web pages. If you have used it a lot and know how to use it properly you can create very good web pages. You would then have experience using 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.