Website Terminology Glossary

When building a website, you encounter many technical terms. This glossary explains all important concepts in plain language.

What are the most important website building terms?

The most important website building terms are HTML (structure), CSS (styling), JavaScript (interactivity), SEO (search engine optimization), hosting (where your site lives), domain (your web address), CMS (content management system), SSL (secure connection), and responsive design (mobile-friendly). AI website builders automate all these technical aspects.

HTML

HyperText Markup Language is the foundation of the web. HTML defines the structure of a web page: headings, paragraphs, images, and links. Every website is built from HTML code.

CSS

Cascading Style Sheets controls the visual presentation of a website: colors, fonts, spacing, and layout. CSS makes a website attractive and user-friendly.

JavaScript

A programming language that adds interactivity to websites. JavaScript enables animations, form validation, dynamic content, and complex web applications.

SEO

Search Engine Optimization is the process of making your website more visible in Google and other search engines. This includes technical SEO, content optimization, and link building.

Hosting

Web hosting is the service that makes your website available on the internet. A hosting provider stores your website files on a server and ensures visitors can reach your site.

Domain

A domain name is the web address of your website (e.g., example.com). It's the unique name visitors use to find your website on the internet.

CMS

A Content Management System is software that lets you manage website content without coding knowledge. Popular examples include WordPress, Drupal, and Joomla.

SSL

Secure Sockets Layer is a security protocol that encrypts the connection between a browser and server. Websites with SSL show a padlock and use https:// in the URL.

Responsive Design

A design approach where a website automatically adapts to the screen size of the device: desktop, tablet, or smartphone. This is essential for usability and SEO.

API

Application Programming Interface is a set of rules that allows different software applications to communicate. APIs enable integrating external services into your website.

Framework

A framework is a pre-built software structure that helps developers build websites faster. Popular frameworks include React, Vue.js, and Angular.

Backend

The backend is the part of a website not visible to visitors. It includes the server, database, and application logic that make the website function.

Frontend

The frontend is everything a visitor sees and interacts with: the layout, buttons, forms, and visual elements of a website.

DNS

Domain Name System translates domain names (like example.com) into IP addresses so browsers can find the correct server. DNS is the phonebook of the internet.

CDN

Content Delivery Network is a network of servers worldwide that store copies of your website. A CDN ensures faster loading times by serving content from the nearest server.

URL

Uniform Resource Locator is the full web address of a page, including protocol (https://), domain, and path. Every page on the internet has a unique URL.

Wireframe

A wireframe is a schematic drawing of a web page layout. It shows the structure and placement of elements without visual design.

UI/UX

User Interface (UI) is the visual design of a website. User Experience (UX) is the overall experience of using the website. Together they determine how pleasant a website is to use.

CTA

Call to Action is a website element that prompts visitors to take action: a button, link, or form. Examples: "Buy Now", "Contact Us", "Download Free".

Bounce Rate

The percentage of visitors who leave a website after viewing only one page. A high bounce rate may indicate irrelevant content or poor user experience.

Conversion

A conversion occurs when a visitor completes a desired action: making a purchase, filling out a form, or signing up for a newsletter.

Meta Tags

HTML elements that provide information about a web page to search engines. The most important meta tags are the title tag and meta description, which appear in search results.

Sitemap

A file (usually XML) that lists all pages of a website. Sitemaps help search engines discover and index all pages of your website.

Cache

A temporary storage location for website data. Caching provides faster loading times because the browser doesn't need to re-download all data on repeat visits.

Pixel

The smallest unit of a digital image. In web design, pixels (px) are used as a unit of measurement for dimensions, font sizes, and spacing.

Viewport

The visible area of a web page in the browser. The viewport varies by device and is important for responsive design.

Accessibility

Designing websites that are usable by everyone, including people with disabilities. This includes screen reader compatibility, keyboard navigation, and sufficient contrast.

LLM

Large Language Model is an AI system trained on enormous amounts of text. LLMs like GPT understand and generate human language and are used in AI website builders.

Prompt

A text instruction given to an AI system. In AI website building, you describe in a prompt what kind of website you want, and the AI generates the code.

Deploy

Publishing or making a website live. Deployment involves uploading files to a server and configuring the domain.