Webdesign vocabulary

Are you planning to design a website?
Have you talked to web designers and obtained some quotes, but many of the terms used remain a mystery to you?
As in any technical field, web design is riddled with very specific words and expressions, and it can be difficult to find your way around.
That’s why it’s important to know the vocabulary of the elements that make up a website, and the process of building one.
Once you’ve mastered website terminology, you’ll be able to speak with confidence to the web designer in charge of creating the website of your dreams! webdesign vocabulary

Key web design vocabulary terms

2FA – two-factor authentication

Two-factor authentication requires a second one-time password on your phone.

Accessibility

Essentially, this refers to a website’s ability to be used by people with disabilities, including visually impaired visitors using screen readers, hearing-impaired visitors using no sound, color-blind visitors or people with other disabilities.
A website with poor accessibility will be fundamentally impossible for disabled people to use.
Accessibility is particularly important for sites providing information to people with disabilities (health sites, government sites, etc.), but it’s an important aspect to consider when designing any site.

Accordions

Sections that users can expand and collapse to show or hide content.

Ajax

Ajax stands for “Asynchronous JavaScript and XML”.
AJAX is generally used to create dynamic web applications, enabling asynchronous data retrieval without having to reload the page the visitor is on.
The JavaScript on a given page handles most of the application’s basic functions, making it function more like a desktop program than a web application.

Progressive improvement

Progressive enhancement is a web design strategy that uses multi-layered technologies to enable everyone to access the basic content and functionality of a web page, using any browser or Internet connection, while offering those with better bandwidth or more advanced browser software an enhanced version of the page.

Anchor

Anchor text is the text a link uses to refer to your site.
It can make a big difference in your site’s search engine results.
See also: Backlink.

API – application programming interface

An API is a list of things that an entity allows you to do when you interact with it.
The buttons on a vending machine are a physical form of an API.
They determine what you can and cannot do with the vending machine.
APIs are used to integrate a website with another website or external software.
This might involve feeding a CRM such as Salesforce with inquiries received via a website, or transmitting order status to a website from an inventory management application, for example.

Call to action

A call-to-action is a visual element asking users to perform an action.
You’ll also find the initials CTA for Call-to-Action.
Common calls-to-action may ask users to subscribe to a newsletter, make a donation, get in touch via a form or download specific educational material.
Other examples of calls-to-action are: “Buy now”, “Call us today”, “Order now”, “Start a free trial”, etc.

Automagically

A term that combines “automatically” and “magically”.
In general, it refers to a complex technical process that is hidden from users, so that something almost seems to work by magic.
If you think about it, many modern Internet-based technologies could be classified as “automagic”.

ARIA

ARIA stands for Accessible Rich Internet Application, and refers to the idea that web applications are used by a range of people with different needs for assistive technologies and layouts.
The term ARIA is generally used to describe the technologies employed to bridge the gap between the user’s needs and a website or web application.
Consequently, it can refer to screen-reading software, structural layout approaches and design methodologies such as user-centered interface design, with the aim of increasing the accessibility of content and functionality.
The W3C sponsors much of the work carried out in this field.

Information architecture – AI

Information architecture (IA) is a generic term used to describe the semantic layout of content and information on a website.
It refers to the organization of information, indicating which pages go where in the structure of a website, what content is contained on each page and how each page interacts with other pages on the site.
As a field, AI aims to make it as easy as possible for users to find information, with the aim of increasing conversion, revenue and/or user satisfaction.

Back-end

The back-end of a website is the part hidden from regular visitors to the site.
The back-end generally comprises the information structure, the applications and the CMS that controls the site’s content.

Backlink

Backlinks are links from other sites to yours.
They are sometimes also called “trackbacks” (especially on blogs).
The French translation is “lien retour”, but the English term backlink is more commonly used.
Backlinks have a huge impact on your site’s search engine ranking.
Numerous backlinks from high-profile sites can dramatically improve your search engine results, especially if these links use keywords in their anchor text.

Semantic markup

Semantic markup is an approach to HTML coding in which the markup tags used to describe content also provide relevant metadata about the content itself.
Basic semantic markup refers to the use of elements such as header and paragraph tags, but semantic markup is also used to provide much more useful context to web pages with the aim of making the web as a whole more semantic.
For example, a piece of information that is relevant to the main content of a page, but is not directly the subject of the page, can be marked up as a <aside>.