AQA AS Computing: 9.2 Web site design Flashcards
Home page
The starting page for a web site; It often has links to other parts of the site.
HTML
Hypertext Markup Language; the language used to write web pages. It consists of text that defines the content of the page and tags that define how the content should be structured.
Hyperlink
A link from one web page to another; a hypertext link
Hypertext
A body of text, graphics, etc., stored in a machine-readable form and structured so that the reader can cross-refer between related items of information
Source
The HTML code to create a web page
Web browser
Software that displays a web page by rendering the HTML elements
Web page
A document on the world wide web written in HTML and displayed in a web browser
Web site
A set of linked documents associated with a particular person, organisation or topic that is held on a computer sytem and can be accessed as part of the world wide web.
Attribute
A named field that appears inside an HTML tag
Structure
Headings, paragraphs, line breaks, hypertext links, lists and embedded media
Style
A visual effect such as text colour, font size or background colour.
Type selector
A selector that is an HTML tag; it targets every instance of an element
Class selector
Used to select any HTML element that has a class attribute.