HTML hypertext markup language.
hypertext: (linear) text that has links to other [hyper]texts, forming a web of interconnected documents.
markup language: notation that indicates the structure of a document.

HTTP hypertext transport protocol.
protocol: the rules and message formats used by networked computers to communicate.
HTTP is the part of the Internet protocols (TCP/IP) used by web browser (client) and web server to get web pages.
Browser sends a Request (GET or POST) to a server for a "resource", server sends a Reply with the resource.
URL: universal resource locator. Internet address.
http://serverName/folder/Path/filename


Web page Layers

  1. content (text & images & multimedia)
  2. structure: HTML. What it is.
  3. presentation: CSS. How it looks, how the elements are laid out.
  4. behavior. How it interacts, if any.