Static pages in HTML are the ones that do not change over time. They are the ones that have no changing elements.
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.
The web contains the HTML documents inn abundance. Most of the static pages are made in HTML.
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.
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.
Depends which both is being asked. HTML yes can create both static and dynamic web pages.
Web pages.
HTML programming means using tags in HTML. It is a way of creating interactive web pages.
A static page can be easily created in HTML page. It just needs the static tags defined in HTML.
HTML is one of the major scripting language. Most of the web pages are made using it.
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.
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.
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.