Final Test Words Flashcards
AUP
The Acceptable Use Policy is a set of rules that a user has to follow in order to use a website.
Internal Style
Internal Style
External Style
CSS sheets located in a separate file, that apply to the whole document.
Cascade Order
Cascading” means that styles can fall (or cascade) from one style sheet to another, enabling multiple style sheets to be used on one HTML document.
Best Coding Practice
Coding best practices are a set of informal rules that the software development community employ to help improve the quality of software.
Usability
how a copyrighted work is allowed to be used by the public.
Readability
how readable your webpage is.
Accessibility
clear language in a webpage.
Cross Browser Compatibility
how well the website does across different web browsers
Wireframe
a skeleton of what your webpage is going to look like
UI (User Interface) Elements
things that the user interacts with in a webpage
Site Map
something that allows users to easily navigate a website.
Image Resolution
how many pixels make up an image.
Metadata
data stored in the website.
UX Designer
A UX designer is concerned with the entire process of acquiring and integrating a product, including aspects of branding, design, usability and function.
UI Designer
Someone who works closely with users and determines how well the website is doing.
Front End Web Developer
someone responsible for implementing visual parts of a website.
Back End Web Developer
Someone who is responsible for server-side web application logic and integrating work that front end developers accomplish.
Intellectual Property
an Intellectual Property is a creation of someones mind. An invension, book, and movie are all intelectual properties.
Netiquette
Proper etiquette, but for the internet.
Anti-Spamming Laws
The right for a recipient to stop recieving messages or emails from a company.
Privacy Laws
the privacy laws deal with the regulation and usage of personal information from a user.
HTML
a programming langauge used in making websites.
Semantic Elements
an element that clearly describes its usage to coders and the browser.
Non-Semantic Elements
elements that don’t directly and clearly describe the purpose of its content.
Validation (W3C)
a service that checks the validity of web documents.
Elements
HTML document componants.
Attributes
Modifiers of HTML elements
Tags
a set of characters establishing a formatted command for a web page.
Block Level Elements
Block-level element occupies the entire horizontal space of its parent element (container), and vertical space equal to the height of its contents, thereby creating a “block”.
Inline Level Elements
elements that only occupy the space bounded by the tags defining the element
Relative Links
a link in a web page that leads to something located in the same folder as the web page
Absolute Links
a link with the exact full address.
Meta Elements
tags used to provide structrued metadata about a web page
Character Entities
An HTML entity is a piece of text (“string”) that begins with an ampersand ( & ) and ends with a semicolon ( ; ) . Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code)
Keywords
words that tell the search engine what the web page is about.
Viewport
the users visible area of a web page.
CSS
css is the language that describes the presentation of web pages.
Inline Style
css rules directly put in the start tag of an elemnt.