Term
|
Definition
cascading style sheets; language used to describe how an html document should be formatted. |
|
|
Term
|
Definition
specifies the element to be a member of one or more classes; classes allow authors to define specific kinds of a given element. |
|
|
Term
|
Definition
|
|
Term
|
Definition
deals with the styling of a web page |
|
|
Term
|
Definition
image floats to the side of a page and the text floats around it; is a css property |
|
|
Term
|
Definition
example: p{kjhjfhd} the p specifies what in the web page gets what design elements. |
|
|
Term
|
Definition
a set of rules for marking up blocks of text so that a web browser knows how to display them. it uses a series of tags that define the display of tect on a web page. |
|
|
Term
|
Definition
stores information about an item or a page, such as the associate category, perspective, or description. |
|
|
Term
|
Definition
a component which contains other components inside itself; like a tag for a table, paragraph, etc. |
|
|
Term
|
Definition
a character that identifies the beginning or the end of a character string. |
|
|
Term
|
Definition
inserted for blocking off a section for styling |
|
|
Term
|
Definition
in html, elements are the tags and the text between the tags. |
|
|
Term
|
Definition
same as a div tag; inserted for styling purposes. |
|
|
Term
|
Definition
a website that makes sure a webapge is following html standards. |
|
|
Term
|
Definition
hypertext transfer protocol; the protocol a browser uses to send requests to a web server; created especially for the transfer of hypertext documents over the internet. |
|
|
Term
|
Definition
request/response standard between client and server. |
|
|
Term
|
Definition
request/response standard between a client and a server. |
|
|
Term
|
Definition
a programming language often used to add interactivity to web pages. javascript is not a full-featured as java, but its syntax , keywords, data types, and operators are a subset of java's. |
|
|
Term
|
Definition
a software message that indicates that something has happened, like a keystroke. |
|
|
Term
|
Definition
javascript code that responds to an event |
|
|
Term
|
Definition
with every input there is an output; getelementbyid; finds the element and changes it. |
|
|
Term
|
Definition
a variable in a program that is an example of a class. each object in a specific class is constructed from similar data and methods. |
|
|
Term
|
Definition
what is changed after an event happens |
|
|
Term
|
Definition
the function that renames the classname; changes it to something new |
|
|
Term
|
Definition
assigns a unique identifier to an element |
|
|
Term
|
Definition
a way that all browsers can read all web pages; standards make sure everything is up to date. |
|
|
Term
|
Definition
something that works but is out of date and disapproved of, like incorrect grammar; will one day be obsolete |
|
|
Term
|
Definition
a technique used by some web browsers to maintain backwards compatability with web pages designed for older browsers. |
|
|
Term
|
Definition
the process of ensuring that data entered into a database is correct (or at least reasonable) and complete. |
|
|
Term
world wide web consortium (w3c) |
|
Definition
the international standards body; used to make standards so that all browsers can read all web pages correctly. |
|
|