Chykalophia Docs
Glossary

Web basics: terms A–Z

The core vocabulary everyone building or managing a website needs to know, explained in plain English.

referencebeginnerglossaryweb-basics

Whether you're editing your site, working with our team, or just trying to understand an email we sent — this glossary has the basics covered.

Quick summary

This page defines 50+ foundational web terms from A to Z. Every definition is written in plain English. Use your browser's search (Ctrl+F / Cmd+F) to jump straight to a term.


A–C

TermPlain-English definition
Above the foldThe part of a web page you can see without scrolling. It's prime real estate — put your most important message here.
AccessibilityDesigning and building websites so people with disabilities (vision, hearing, motor, cognitive) can use them. Also called a11y.
Alt textA short description of an image that screen readers read aloud. Also helps search engines understand images. See Image SEO & alt text.
AnalyticsData about who visits your site, what they do, and where they came from. Google Analytics (GA4) is the most common tool.
APIApplication Programming Interface. A way for two pieces of software to talk to each other. You rarely interact with this directly.
Back endThe part of a website that visitors don't see: the server, database, and code that powers everything behind the scenes.
BandwidthThe amount of data transferred between your website and visitors. A site with lots of images and video uses more bandwidth.
BrowserThe app you use to visit websites — Chrome, Safari, Firefox, Edge. See Browsers & devices reference.
Browser cacheFiles your browser saves locally so pages load faster on your next visit. Sometimes needs clearing when changes don't appear.
CMSContent Management System. Software that lets non-technical people edit website content. WordPress, Webflow, and Squarespace are all CMSs.
CodeInstructions written in a programming language (HTML, CSS, JavaScript, PHP) that tell browsers how to display a page.
CookieA small file a website saves in your browser. Used to remember logins, preferences, and track visits.
CSSCascading Style Sheets. The code that controls how a page looks: colors, fonts, spacing, layout.
CTACall to Action. A button or link that asks a visitor to do something: "Book now," "Get a quote," "Sign up."

D–F

TermPlain-English definition
DatabaseAn organized collection of data. WordPress stores your pages, posts, and settings in a database.
DNSDomain Name System. The internet's address book — it translates domain names into IP addresses. See What is DNS?.
DomainYour website's address, like yourcompany.com. See What is a domain name?.
FaviconThe tiny icon shown in browser tabs next to your page title. Usually your logo mark.
FontThe typeface used for text on your website. Web fonts are loaded from services like Google Fonts or Adobe Fonts.
FooterThe bottom section of a web page, usually containing contact info, links, and copyright notices.
FormAn interactive area on a page where visitors can enter and submit information — contact forms, sign-ups, checkouts.
Front endThe part of a website visitors see and interact with: layout, text, images, buttons.
FTP / SFTPFile Transfer Protocol. A method for transferring files between your computer and a web server. SFTP is the secure version.

G–I

TermPlain-English definition
HeaderThe top section of a web page, usually containing your logo and navigation menu.
HostingThe service that stores your website's files on a server and makes them accessible on the internet. See What is web hosting?.
HTMLHyperText Markup Language. The code that structures a web page — headings, paragraphs, links, images.
HTTP / HTTPSThe protocol (set of rules) used to transfer data between browsers and servers. HTTPS is the secure, encrypted version. See What is SSL & HTTPS?.
HyperlinkA clickable link that takes you from one page to another — on the same site or a different one.
Image compressionReducing an image file's size without (noticeably) reducing its quality. Smaller images = faster pages.
IP addressA unique numerical address assigned to every device on the internet (e.g. 192.168.1.1 or a longer IPv6 string).

J–M

TermPlain-English definition
JavaScriptA programming language that makes web pages interactive — slideshows, forms that validate, pop-ups, etc.
Landing pageA page designed with one specific goal — usually to get a visitor to sign up, buy, or contact you.
Lazy loadingA technique where images and videos only load when the visitor is about to see them. Speeds up initial page load.
LinkA connection from one page to another. An internal link stays on your site; an external link goes to another site.
LocalhostYour own computer, acting as a temporary web server for development and testing. Not visible to the public.
MarkdownA simple text-formatting syntax. Type **bold** and it renders as bold. Used in many CMSs and editors.
Meta descriptionA short summary of a page shown under the title in search results. Doesn't directly affect rankings but affects click-through.
Mobile-firstDesigning and building a website with small screens as the priority, then adapting up to larger screens.

N–P

TermPlain-English definition
NavigationThe menus and links that help visitors move around your website.
Page speedHow quickly a web page fully loads. Faster is better for both visitors and search rankings.
PHPA server-side programming language. WordPress is built on PHP. You don't need to touch it, but it powers your site.
PluginAn add-on that extends what a CMS like WordPress can do — add a contact form, improve SEO, add e-commerce.
PopupA window that appears on top of a page, often used for sign-ups, offers, or cookie consent.
ProtocolA set of rules computers use to communicate. HTTP, HTTPS, SMTP, and FTP are all protocols.

R–S

TermPlain-English definition
RedirectSending a visitor automatically from one URL to another. Used when pages move or are deleted.
Responsive designA website that automatically adjusts its layout to look good on any screen size — phone, tablet, or desktop.
ScreenshotAn image captured from your screen. Useful for reporting problems or showing what you're seeing.
ScriptA piece of code — often JavaScript — that runs in your browser or on the server to add functionality.
SectionA distinct block of content on a page — a hero area, a services block, a testimonials row.
ServerA computer connected to the internet that stores and "serves" your website's files to visitors.
SitemapA list of all the pages on your website. Helps search engines find and index your content.
SlugThe URL-friendly part of a page address. For yoursite.com/about-us, the slug is about-us.
SSLSecure Sockets Layer — the technology that encrypts data between your site and visitors. Makes the URL say HTTPS.
Staging siteA private copy of your website used for testing changes before they go live.

T–Z

TermPlain-English definition
TemplateA pre-designed page layout you can fill with your own content instead of starting from scratch.
ThemeIn WordPress: the design "skin" for your site — controls layout, fonts, colors, and style.
TrafficThe number of visitors coming to your website. Often divided by source (organic, paid, social, direct).
URLUniform Resource Locator — the full address of a web page, e.g. https://yoursite.com/about-us.
User experience (UX)How easy and enjoyable it is to use a website. Good UX means visitors can find what they need quickly.
WidgetA small, self-contained block of content — a button, a search bar, a recent-posts list, a map.
Web serverSoftware running on a server that receives requests from browsers and sends back web pages.
Widget areaA region of a WordPress theme — like the sidebar or footer — where you can add and arrange widgets.
XMLA file format for structured data. Used for sitemaps and RSS feeds. You rarely need to touch XML directly.

Common questions

Need a hand?

If you're stuck, email support@chykalophia.com and we'll help. Include your website address and a screenshot if you can.
Web basics: terms A–Z | Chykalophia Docs