VOCABULAIRE
Web Standards
CSS & CSS3
Web Development
Javascript
100

Je suis un petit mot que l'on place devant un radical. 

Un préfixe

100
Web standards' main principle is the separation of these two pieces of a website.
What is content and presentation?
100
This value of the property "position:" moves an element top, right, bottom or left relative to its defaut position.
What is relative?
100
Use these to embed a font file with a site, ensuring that most people will see the desired typeface.
What are web fonts?
100
This Javascript library is commonly included in the bottom of website pages and is used to make cross-browser development and common design patterns easier.
What is jQuery?
200
This HTML5 element has semantic meaning as an individual area of content that includes a heading (h1,h2, etc.) inside of it.
What is section?
200
This markup language for building websites is known as the document or 'content layer' and is separate from the design.
What is HTML?
200
This term describes the way margins and padding are added to elements using CSS.
What is the box model?
200
This first line of your page document helps you validate your code and is backwards-compatible with XHTML.
What is the HTML5 doctype? ()
200
This area of the HTML document is where you should include most Javascript files.
What is the bottom of your page, before the closing body tag?
300
Between section and article, this is the more specific of the two and "makes sense on its own" as a stand-alone element.
What is article?
300
This language for building websites is known as the 'presentation layer' for controlling design and layout.
What is CSS?
300
This class uses a standard style and is included by most web developers in order to give a height to floated container elements.
What is clearfix?
300
This tool built by the W3C can help you write semantic HTML and to debug your code.
What is the Validator? (validator.w3.org)
300
These types of user interface design patterns typically require the use of Javascript.
What are: a lightbox or modal popup, tabsets, dropdowns, slideshows, or accordions?
400
This block-level element has *no* semantic meaning inherent to its existence.
What is a div?
400
This international community receives input from member organizations, full-time staff, and the public to develop Web standards.
What is the World Wide Web Consortium (W3C)?
400
These four values for the rgba color property are represented in numbers.
What are red, green, blue and alpha transparency?
400
This tool allows you to debug code and inspect and edit HTML and CSS in the browser.
What is the inspector (or developer tools or Firebug)?
400
This term describes the hierarchy or 'tree' of an HTML document and its elements for manipulation by Javascript.
What is the DOM (Document Object Model)?
500
This element can be used multiple times on a page, but for SEO (Search Engine Optimization) purposes is generally only included once on a page.
What is the h1 element?
500
This element attribute is required for the img tag in order to validate and for accessibility.
What is the "alt" attribute?
500
This property is used to add rounded corners to an element.
What is border-radius?
500
This rendering engine is used by popular web browsers including Google Chrome and Safari.
What is Webkit?
500
This jQuery function wraps around your jQuery code to keep it from firing until the page content has fully loaded.
What is "$(document).ready(function(){});" ?
M
e
n
u