Glossary Flashcards
404 Page
When you visit a website that doesn’t exist or couldn’t be found on the server because the webpage was moved or deleted, the broken link redirects to a 404 error page where a message indicating this error is shown.
You can customize your projects’ 404 page and design it as you like.
A/B Testing
A testing method that compares two different versions of a web page (a “control” and a variant) to identify which performs better.
Account Settings
The area where you manage your profile, subscriptions, billing info, and other account-specific settings.
Account notifications
Notifications that show you when others clone, like, follow, comment on, or interact with your public websites
Active Design Time
The time you spend in the Webflow Designer, actively making changes to your site.
Ancestor
Any element higher in the hierarchy.
Authorized applications
Third-party applications that you’ve given access to your personal and/or website data
Background module
A section of the Style tab contains CSS properties that affect an element’s background, such as its background image, gradient and fill color.
Backup
A saved version of your site that you can restore
Base Tag
A meta tag that sets a default URL that all relative URLs in a document will follow.
If you set your base tag to “your-site.com/beta,” a relative URL of “/landing-page” will become “your-site.com/beta/landing-page.”
Basic elements module
A section of the Add panel that contains the elements that act as a website’s basic building blocks
Border module
A section of the Style tab that holds CSS properties for styling an element’s border, such as its border style, color, and radius.
Bottom bar
The grey bar at the bottom of the web flow designer that holds element breadcrumbs and the duplicate and deletes functions
Bottom margin
Defines the spacing between the bottom border of an element and the elements below it.
Bottom padding
Defines the spacing between the bottom border of an element and the elements inside it.
Branded code
Elements of Webflow site’s HTML that include references to Webflow.
CMS Administrator
The CMS Administrator is the only person who can invite and remove Content Editors. The Administrator is the person who holds the site in their Webflow account (usually the designer).
CMS Collection page
A dynamic page that Webflow automatically creates for each Collection item. When you design a Collection Page, all the pages that are created for each item will have the same template, but different content.
CMS Hosting
This site plan lets you publish a Webflow CMS–powered website to a custom domain. You need this plan in order to add Content Editors.
CMS Settings
The CMS Settings tab is where the CMS Administrator can add and remove Content Editors.
CSS Filter
A CSS property that defines visual effects like blur and saturation.
Cascading rules
The order in which a Webflow site’s CSS styles flow from desktop to mobile media queries.
Child
An element directly below the current element in the hierarchy.
Class
A selector type that affects all elements with that class.