HTML Flashcards
What does HTML stand for ?
Hyper Text Markup language
____ indicate where headings, images, lists, links, line breaks, and other components should go
Tags
What is the first browser ever created?
Mosaic
What does URL stand for ?
Uniform Resource Locator
Who is the inventor of the World Wide Web?
Tim Berners-Lee
W3C was created to set standards based on _________ and internationalization for web building
Accessibility
What is the difference between scripting language and programming language?
Programming language is a set of instructions for the computer what to do whereas scripting language is about a specific task.
What is the difference between WAN and LAN?
WAN is a server that covers a large area (e.g. university)whereas LAN is a server covering small areas (e.g. printers)
What is the request/response cycle ?
The client request a page and the server responds with appropriate files.
What are the 3 parts of URL?
Protocol, Domain, Document
What does HTTPS stand for?
Secure Hypertext transfer protocol
What does DNS stand for ?
Domain Name Server
What is Document Object Model (DOM)?
The DOM is a tree-like web page that gets loaded into the browser
What are the 3 types of networks?
WAN, LAN, Internet
<p>web scripting</p>
What is the part “web scripting” between the tags called?
Content