HTML - Page

About

An html page is a logical representation of a HTML document.

Relation between HTML document and page

Generally, one HTML document is one page but with the advent of javascript, you can create pages on the fly (modify the HTML DOM document) and the definition may change and get blurry.

Id

The id of a web page is the URI shown in the address bar of a browser.

The page is served by a web server in the body of an HTTP request created and rendered by the a client that is mostly a browser.

Type





Discover More
HTML - Document

An HTML document is a well-formed HTML string (ie that contains the html root element). web page The HTML textual representation can be stored: in a string in a file or in the body of an HTTP...
HTML - HTML element (Document root)

The html element represents the root of a a html document (page). It would become also the root (top node) in the in-memory tree representation (DOM document) of this html page. This is also the node...
Java Conceptuel Diagram
Java - Web Application (Web Module) - War

Web application in Java. A Java web application serve and/or generates interactive HTML web pages. An enterprise application may contain zero or more web applications. A web application is generally...
Javascript - JQuery

Jquery is a javascript library that principally implements higher function of the DOM API in order to manipulate HTML page. As it offers a plugin framework, it's also a great...
Web - Main

in a web application In a frontend web application, it's a file called the home page that creates an HTML page. In the context of a library (to bundle), the main file may be: a javascript file...
Web - Single page application (SPA)

A Single Page Applications (SPAs) isone HTML page where the modification due to user interaction is completely managed by the browser script (ie javascript) Static web apps that require only a single...
What is a web page ?

This article describe in simple term what a web page is.



Share this page:
Follow us:
Task Runner