Block 1, Part 2: The role of standards and the anatomy of basic web pages. Flashcards
define a protocol.
A set of formal rules that govern an action across a network.
define CSS
Cascading Style Sheets
define XML
Extensible Markup Language, a meta-language that allows users to define their own customized markup, especially in order to display documents on the web.
What are the five goals of the W3C?
Web for All Web on Everything Web for Rich Interaction Web of Data and Services Web of trust
What do we mean by the web for All?
Promoting the importance of internationalisation, device independence including mobile web, and web accessibility to make the benefits of the web available to all.
What is the Web on Everything?
to make access to the Web by any means as easy as it is from a desktop PC.
Web for Rich Interaction
promoting the continued evolution of the Web as a content provider and provider of personalised Web experiences.
Web of Data and Services
Promoting both a Web of Data and a Web of services through robust XML technologies.
Web of Trust
promoting technologies that enable a more collaborative and secure environment for online interactions: a Web where accountability, XML security, Web Services Security create an environment of trust.
What is a DTD?
a document type declaration, required when authoring a webpage.
with regards too CSS, what is the selector and declarartion?
selector {declaration}
The selector identifies the part of your XHTML document to whihc the style is applied.
The declaration is contained within braces {} in the following form:
{ property: value; propertyN: valueN; }
Give two of the rules that means the a XHTML document has been well formed.
XHTML elements must be in lower-case
elements must be ‘closed’