Part 2 - The role of standards and the anatomy of basic web pages Flashcards
describe the html attribute
Class=”value”
an attribute that can be used by many items on a html page
describe the world wide web consortium (W3C)
one web mission
this mission aims to have all online services and data accessible to all devices and all people with the vision of richer interaction and security
what is
well formed XML
XML has strict rules when all rules are followed then this term describes that
describe the following html metadata
<.title>This is a XHTML1.0 Valid Strict Template</title.>
This gives the html document a title and will be displayed in the browser tab. Titles should be helpful for usability
used prior to html5 and mimics a HTTP respons header and can contain information:value such as:
* content-type
* content-security-policy
describe the
HTML <meta></meta> http-equiv Attribute
what is a
markup language
this combines text with markup (instructions)
example
html is formed of text and encloses markup in <> </> (tags)
these include:
principles
* web for all
* web on everything
vision
* web of trust
* web of data and services
* web for rich interaction
what 5 goals make up the world wide web consortium (W3C) one web
this mission aims to have all online services and data accessible to all devices and all people with the vision of richer interaction and security
describe the world wide web consortium (W3C)
one web mission
describe an adventageous use of the following HTML metadata
<.meta name=”keywords” content=””/>
<.meta name=”description” content=””/>
these two HTML metadata tags can be used to aid search engines when users search for content
these include
<.img>
<.hr> - horizontal rule. Often used to separte content or a change in subject
<.br> - line break
name three
html empty elements
what is a
HTML element
this is a component of a html document and is typically made up of
* start tag
* content
* end tag
in html5 how do we specify in the metadata the character set used in the document
in html 5 this is achieved by typing in the head
**<.meta charset=”utf-8”> **
name three
html empty elements
these include
<.img>
<.hr> - horizontal rule. Often used to separte content or a change in subject
<.br> - line break
this is a component of a html document and is typically made up of
* start tag
* content
* end tag
what is a
HTML element
what was important about the 1999 publishing of HTML 4.01 by The world wide web consortium (W3C)
when this was published it was acknowledged as the most stable version by establishing solid implementation models for consistency across browsers and user platforms
XML has strict rules when all rules are followed then this term describes that
what is
well formed XML
this combines text with markup (instructions)
example
html is formed of text and encloses markup in <> </> (tags)
what is a
markup language
how does the
Document-type definition (DTD)
typically begin
this will begin with
<!DOCTYPE>
an attribute that can be used by many items on a html page
describe the html attribute
Class=”value”
what is a
HTML tag
this is HTML markup (instruction) and describes what an element is
can be used to organise code especially where parts of the page are self contained
describe the following html tags
<.section> <./section>
these include:
Web for all - meaning that the web is a place for all and is open and accessible without barriers such as language or demographic or location or ability dependence.
Web on everything - this highlights device independents and that content should be expected to be viewed mobile not just from a desktop pc
describe the two principles from the world wide web consortium (W3C) one web
how do you specify the
document-type declaration (DTD) in html5
this is acheived by typing at the start of the html document
<!doctype html>
why was the Extensible Markup Language (XML) created
this was created by the world wide web consortium (W3C) to overcome the demands from the web community that HTML could not deliver such as:
* representing chemical and mathematical notation
when this was published it was acknowledged as the most stable version by establishing solid implementation models for consistency across browsers and user platforms
what was important about the 1999 publishing of HTML 4.01 by The world wide web consortium (W3C)
an attribute that is used to uniquely identify an item in a html document
describe the html attribute
Id=”value”