Web page: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 103.53.162.29 (talk) to last revision by Belbury
m Reverted edit by Shouryarajput100 (talk) to last version by Apparition11
 
(9 intermediate revisions by 6 users not shown)
Line 13:
 
==Elements==
A web page is a [[structured document]]. The core element is a [[text file]] written in the [[HTML|HyperText Markup Language]] (HTML). This specifies the content of the page,<ref name="elems">{{Cite book|last=Flanagan|first=David|url=https://www.worldcat.org/oclc/686709345|title=JavaScript: the definitive guide|date=18 April 2011|publisher=O'Reilly|isbn=978-1-4493-9385-4|___location=Beijing; Farnham|page=1|language=English|oclc=686709345|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 behavior of web pages.}}</ref> including [[image]]s and [[video]].
 
[[CSS|Cascading Style Sheets]] (CSS) specify the [[Separation of content and presentation|presentation]] of the page.<ref name="elems"/> CSS rules can be in separate text files or embedded within the HTML file.