Misplaced Pages

Web page: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 09:12, 17 April 2021 editKuldeep Singh chauhan7 (talk | contribs)26 editsmNo edit summaryTags: Reverted extraneous markup references removed Visual edit← Previous edit Revision as of 09:13, 17 April 2021 edit undoPaper9oll (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, New page reviewers, Pending changes reviewers, Rollbackers106,269 editsm Reverted edits by Kuldeep_Singh_chauhan7 (talk) (HG) (3.4.10)Tags: Rollback RevertedNext edit →
Line 1: Line 1:
{{short description|Content provided by a website}}
]<gallery>
] of the English Misplaced Pages in 2019]]
File:Example.jpg|]
</gallery>
'''''Kuldeep Singh Chauhan'''(born 20 September 1992) is a mumbai based casting director. He has done casting for several films like Bhuj- The Pride Of India, Bhaagte Raho. He has also done casting for web series "Kaun? who did it?" for flipkart, Tv Shows Jhansi ki Rani, Wagle ki Duniya, Alif Laila ( dangal tv ). He was born in Jaipur.
*
* Bulleted list item<ref></ref>


A '''web page''' (or '''webpage''') is a specific collection of content provided by a ] and displayed to a ] in a ]. A website typically consists of many web pages ] together in a coherent fashion. The name "web page" is a metaphor of ] bound together into a ].
{{Reflist}}


== Filmography == ==Elements==
*


The core element of a web page is one or more ]s written in the ] (HTML).<ref name="elems"/> Many web pages also make use of ] ] for ] and ] (CSS) code for ].<ref name="elems">{{cite book|last1=Flanagan|first1=David|title=JavaScript - The definitive guide|page=1|edition=6|quote=JavaScript is part of the triad of technologies that all Web developers must learn: HTML to specify the content of web pages, CSS to specify the presentation of web pages and JavaScript to specify the behaviour of web pages.}}</ref> ] ]s can also be used for portions of page behavior. ]s, ]s, and other ] files are often embedded in web pages.
<!--- Categories --->
{| class="wikitable"
|+ Casting Director
|-
! Films
|-
| Bhuj - The Pride Of India
|-
| Bhaagte Raho
|-


== Navigation==
{| class="wikitable"


Each web page is identified by a distinct ] (URL). When the user inputs a URL into their browser, that page's elements are downloaded from ]s. The browser then ] all of the elements into an interactive visual representation on the user's device.<ref>{{cite web|url=http://taligarsiel.com/Projects/howbrowserswork1.htm|title=Behind the scenes of modern web browsers|publisher=Tali Garsiel|access-date=2018-04-21}}</ref>
! Tv Shows

|-
If the user ] or ] a ] to another page, the browser repeats this process to display the new page, which could be part of the current website or a different one.
| Jhansi Ki Rani(Colors Tv)

|-
== Deployment ==
| Kesari Nandan(Colors Tv)

|-
From the perspective of ] website deployment, there are two types of web pages: ] and ]. Static pages are retrieved from the web server's ] without any modification,<ref>{{cite web|url=https://smallbusiness.chron.com/difference-between-dynamic-static-pages-69951.html|title=The Difference Between Dynamic & Static Web Pages|last=Melendez|first=Steven|date=2018-08-10|website=Chron|archive-url=https://web.archive.org/web/20190320233700/https://smallbusiness.chron.com/difference-between-dynamic-static-pages-69951.html|archive-date=2019-03-20|access-date=2019-03-20|quote=Static by definition means something that does not change. The first pages on the World Wide Web were largely static and unchanged, delivering the same information about a particular topic to anyone who visited. In some cases, sites may evolve slightly over time but are still largely static, meaning that they only change when manually changed by their creators, not on a regular and automated basis.|df=dmy-all}} </ref> while dynamic pages must be created by the server ], typically reading from a ] to fill out a ], before being sent to the user's browser.<ref>{{cite web|url=https://www.pcmag.com/encyclopedia/term/42199/dynamic-web-page|title=Definition of: dynamic Web page|website=]|archive-url=https://web.archive.org/web/20170117040526/https://www.pcmag.com/encyclopedia/term/42199/dynamic-web-page|archive-date=2017-01-17|access-date=2019-03-20|quote=A Web page that provides custom content for the user based on the results of a search or some other request.|df=dmy-all}}</ref>
| Tenali Rama(Sab TV)
|-
| Wagle Ki Duniya(Sab Tv)
|-
| Janani(Ishara Tv)
|-
| Tujhse Hai Raabta(Zee Tv)
|-
| Namah(Star Plus)
|-
| Alif Laila(Dangal Tv)
|-
| Laut Aayi Naagin(Dangal Tv)
|-
| Meri Haanikarak Biwi.(& Tv)
|}


== References == == References ==
{{reflist}}
<!--- See http://en.wikipedia.org/Wikipedia:Footnotes on how to create references using <ref></ref> tags, these references will then appear here automatically -->https://www.imdb.com/name/nm12234257/

<gallery>
{{Authority control}}
]

</gallery>
{{DEFAULTSORT:Web Page}}
]
]

Revision as of 09:13, 17 April 2021

Content provided by a website
The home page of the English Misplaced Pages in 2019

A web page (or webpage) is a specific collection of content provided by a website and displayed to a user in a web browser. A website typically consists of many web pages linked together in a coherent fashion. The name "web page" is a metaphor of paper pages bound together into a book.

Elements

The core element of a web page is one or more text files written in the Hypertext Markup Language (HTML). Many web pages also make use of JavaScript code for dynamic behavior and Cascading Style Sheets (CSS) code for presentation semantics. WebAssembly executables can also be used for portions of page behavior. Images, videos, and other multimedia files are often embedded in web pages.

Navigation

Each web page is identified by a distinct Uniform Resource Locator (URL). When the user inputs a URL into their browser, that page's elements are downloaded from web servers. The browser then transforms all of the elements into an interactive visual representation on the user's device.

If the user clicks or taps a link to another page, the browser repeats this process to display the new page, which could be part of the current website or a different one.

Deployment

From the perspective of server-side website deployment, there are two types of web pages: static and dynamic. Static pages are retrieved from the web server's file system without any modification, while dynamic pages must be created by the server on the fly, typically reading from a database to fill out a template, before being sent to the user's browser.

References

  1. ^ Flanagan, David. JavaScript - The definitive guide (6 ed.). p. 1. JavaScript is part of the triad of technologies that all Web developers must learn: HTML to specify the content of web pages, CSS to specify the presentation of web pages and JavaScript to specify the behaviour of web pages.
  2. "Behind the scenes of modern web browsers". Tali Garsiel. Retrieved 2018-04-21.
  3. Melendez, Steven (10 August 2018). "The Difference Between Dynamic & Static Web Pages". Chron. Archived from the original on 20 March 2019. Retrieved 20 March 2019. Static by definition means something that does not change. The first pages on the World Wide Web were largely static and unchanged, delivering the same information about a particular topic to anyone who visited. In some cases, sites may evolve slightly over time but are still largely static, meaning that they only change when manually changed by their creators, not on a regular and automated basis.
  4. "Definition of: dynamic Web page". PC Magazine. Archived from the original on 17 January 2017. Retrieved 20 March 2019. A Web page that provides custom content for the user based on the results of a search or some other request.
Categories: