ADULT LITERACY BEGINNER • DIGITAL LITERACY & STUDY SKILLS

Online Symbols & Buttons — I can recognize common online symbols and buttons (submit, back, menu, link) at my level.

Master the visual vocabulary of the web so you can navigate any site with confidence.

Historical Context & Motivation

Every time you open a web browser, you encounter dozens of small visual cues—arrows, underlined text, three-line icons, and colored rectangles that say "Submit" or "Go." These online symbols and buttons are not arbitrary decorations; they are the product of more than three decades of user-interface research aimed at making digital systems usable by the widest possible audience. Understanding where these conventions came from helps explain why they look and behave the way they do, and why recognizing them is a foundational skill for anyone engaging with the internet today.

Before the graphical web existed, interacting with a computer required typing precise text commands. There were no clickable buttons, no underlined links, and no hamburger menus. The shift toward graphical user interfaces (GUIs) in the 1980s and 1990s introduced the idea that visual icons could stand in for typed commands, dramatically lowering the barrier to entry for new computer users. The web inherited—and refined—those same principles.

1984
The Macintosh GUI
Apple releases the Macintosh, popularizing icons, menus, and the mouse-driven interface that became the template for modern computing.
1991
The World Wide Web Goes Public
Tim Berners-Lee publishes the first website. Hyperlinks—underlined blue text—become the primary way users navigate between pages.
2000
Web Forms & Submit Buttons Mature
E-commerce and email services drive the widespread adoption of form elements such as text fields, dropdown menus, and 'Submit' buttons.
2009
The Hamburger Menu Icon Rises
Originally designed in the 1980s, the three-line 'hamburger' icon gains mainstream use as smartphones demand compact navigation patterns.
2020s
Universal Design Standards
Accessibility guidelines (WCAG) ensure that buttons, links, and icons are recognizable and usable by people of all ability levels, cementing the visual conventions you encounter today.

The central question this lesson addresses is straightforward but essential: how do you quickly and reliably identify the interactive elements on a web page so that you can navigate, complete tasks, and find information without confusion? The answer lies in learning a compact visual vocabulary—a set of symbols and button styles that remain remarkably consistent across millions of websites.

Core Principles of Web Symbols & Buttons

Web designers rely on a small number of organizing principles to ensure that interactive elements are instantly recognizable. These principles are rooted in cognitive psychology—specifically the idea that humans learn to associate consistent visual patterns with specific actions. Once you internalize these patterns, every new website feels less foreign because the same visual affordances appear again and again.

1

Consistency

A left-pointing arrow almost always means "go back," and a magnifying glass almost always means "search." Designers follow shared conventions so users don't have to relearn controls on every site.
2

Affordance

Buttons look raised or colored to suggest they can be pressed. Underlined text looks distinct from body copy to suggest it can be clicked. These visual cues hint at an element's function.
3

Feedback

When you hover over a link, its color may change; when you click a button, it may darken or display a spinner. This immediate feedback confirms that the interface registered your action.
4

Hierarchy

Primary actions (e.g., "Submit") are typically large and brightly colored, while secondary actions (e.g., "Cancel") are smaller or outlined. This visual hierarchy guides your eye to the most important option first.
5

Accessibility

Well-designed symbols include text labels, high-contrast colors, and screen-reader descriptions so that every user—regardless of vision, motor ability, or literacy level—can identify and activate them.
KEY TAKEAWAY
Think of web symbols like road signs. A red octagon means STOP in dozens of countries even if the language on the sign differs. Similarly, a left arrow means "go back" and a three-line icon means "open the menu" on virtually every website and app. Master these few signs, and you can navigate the digital highway with confidence.

Visual Guide to Common Online Symbols

The diagram below presents the most frequently encountered web symbols in a single reference sheet. Each icon is shown alongside its standard meaning and a brief description of the action it triggers. Spend a moment studying the shapes—notice how each one uses simple, universal geometry (arrows, lines, magnifying glasses) to communicate its purpose without words.

Eight of the most common web symbols arranged in a reference grid. The Back Arrow (top-left) and Submit Button (top-center-left) are the two you will use most on any website form. The Hamburger Menu (top-center-right) is especially common on mobile screens where space is limited.

Notice how few pixels each symbol requires. A left-pointing arrow, three horizontal lines, or an underlined word are all remarkably small, yet they carry unambiguous meaning to anyone who has seen them before. This efficiency is deliberate: web pages must load quickly, scale across screen sizes, and remain legible at a glance. The consistency of these symbols across platforms means that once you learn to recognize them on one site, the knowledge transfers immediately to thousands of others.

How Buttons & Links Actually Work

Understanding the mechanism behind buttons and links removes the mystery of what happens when you click. At its core, every interactive element on a web page is a small piece of HTML code that the browser interprets and renders visually. You do not need to write code yourself, but knowing the underlying logic helps you predict how an element will behave before you interact with it.

The Lifecycle of a Click

When you click a hyperlink, the browser reads the destination address embedded in the link's code and loads that new page. When you click a Submit button, the browser gathers all the data you entered into the form fields—your name, email, message—and sends it to the website's server for processing. When you click a Menu icon, a script on the page reveals a hidden panel of navigation links. In each case the basic cycle is: visual cue → user action → system response.

The top row shows the universal three-step cycle: Visual CueUser ActionSystem Response. The bottom row illustrates how this cycle plays out for three key element types.
💡 Hover Clue
On a desktop or laptop, move your mouse pointer over something you think might be clickable. If the pointer changes from an arrow to a pointing-hand icon, the element is interactive. This is a built-in browser signal that confirms "yes, you can click this."

Classifying Buttons, Links, and Icons

Not all interactive elements behave the same way. A clean mental classification system helps you anticipate what will happen before you click. Web elements generally fall into three functional categories: navigation elements that move you between pages, action elements that trigger a process, and informational elements that reveal hidden content without leaving the current page.

Classification of common interactive web elements by function
CategoryCommon ExamplesWhat Happens When ClickedVisual Clues
NavigationHyperlinks, Back arrow, Forward arrow, Home icon (house)The browser loads a different page or returns to a previous pageUnderlined or colored text; arrow pointing left/right; house silhouette
ActionSubmit, Send, Download, Delete, Log In, Sign Up buttonsThe website processes data you provided (form submission, file download, account creation)Colored or raised rectangles with a verb label; often the most visually prominent element on the page
InformationalMenu (☰), Search (🔍), Expand/Collapse (+/−), Tooltip (ⓘ)Hidden content is shown or hidden on the current page without a full page reloadSmall icons; three lines for menu; magnifying glass; plus/minus signs; circled "i"

Button Labels You Will See Everywhere

Many buttons carry short text labels rather than icons. The most common labels are drawn from a surprisingly small vocabulary. Submit sends form data. Cancel stops the current action and often returns you to where you were. OK or Confirm agrees to a prompt. Next and Previous step through multi-page forms. Log In and Sign Up are account-access actions you will see on almost every website that stores user data. Recognizing these labels on sight eliminates hesitation.

  • Submit / Send — Transmits your input to the server. Look for it at the bottom of forms.
  • Cancel / Close — Stops the current task; may discard unsaved changes.
  • Log In / Sign In — Accesses an existing account. Usually near the top-right corner of a page.
  • Sign Up / Register — Creates a new account. Often paired next to the Log In button.
  • Download / Save — Copies a file to your device or saves your progress.

Worked Example — Navigating an Online Registration Form

Let's walk through a realistic scenario: you are creating an account on a community college's online portal. The page in front of you contains several text fields, a few icons, and two buttons. We will identify every interactive element step by step.

Creating an Account on a College Portal
1
Step 1 — Locate the Navigation BarAt the very top of the page you see the college logo on the left and a hamburger menu (☰) on the right. On a phone, this three-line icon is your gateway to every other page—admissions, financial aid, course catalog. You do not need it now, so you move on.
Identified: ☰ = site navigation (skip for now).
2
Step 2 — Identify the Form FieldsBelow the heading "Create Your Account," you see labeled rectangles: First Name, Last Name, Email, Password. Each rectangle is a text input field. Click inside each one and type the requested information. The blinking cursor confirms the field is active.
Identified: rectangular outlines with labels = text input fields.
3
Step 3 — Read the ButtonsAt the bottom of the form you see two buttons. The large, brightly colored one says "Sign Up"—this is the primary action button. Next to it, a smaller, less colorful button says "Cancel". Visual hierarchy tells you that the big button is the main step and the small one is the escape route.
Identified: large colored button = primary action (Sign Up); small button = secondary action (Cancel).
4
Step 4 — Spot the LinkBelow the buttons you see a line of text: "Already have an account? Log In." The words "Log In" are a different color and may be underlined—classic hyperlink signals. Clicking them would navigate you to the login page instead.
Identified: colored / underlined text = hyperlink to another page.
5
Step 5 — Complete the ActionAfter filling in all fields, you click the "Sign Up" button. A loading spinner appears briefly—this tells you the system is processing your data. Seconds later, you see a confirmation message and a new button: "Continue to Dashboard." You have successfully navigated the registration form by reading its symbols and buttons.
Result: Account created. Loading spinner = "please wait." New button = next step.

Strengths, Pitfalls & Tips for Recognizing Web Elements

Knowing common symbols gives you a powerful head start, but the web is not perfectly uniform. Some sites use non-standard icons, hide important buttons, or employ dark patterns designed to trick you into clicking the wrong thing. The table below compares the strengths of standard conventions with common pitfalls, along with practical tips for staying safe.

Strengths, pitfalls, and protective tips for identifying web elements
Strengths of Standard SymbolsCommon PitfallsProtective Tips
Consistent across most reputable websites and appsSome sites disguise ads as buttons (e.g., fake "Download" buttons)Hover before clicking—check that the URL shown in the browser's status bar matches the site you expect
Reduce cognitive load; allow quick scanningPop-up windows may have small, hard-to-find close (✕) buttonsLook for the ✕ in the top-right corner of any pop-up; on mobile, scroll up to find it
Language-independent; icons work across languagesIcon-only designs without text labels can be ambiguous (gear icon = settings? preferences? tools?)Hover over icons to see tooltip text; if still unsure, click cautiously—you can always use the Back arrow
Backed by accessibility standards (WCAG)Poorly designed sites may use low-contrast buttons that are hard to seeUse your browser's zoom (Ctrl/Cmd + Plus) to enlarge the page and make elements easier to identify
KEY TAKEAWAY
The Back arrow is your safety net. If you ever click something and end up on an unexpected page or see content that looks suspicious, press the back arrow (or the keyboard shortcut Alt + Left Arrow on Windows, Cmd + Left Arrow on Mac) to return to safe ground. Think of it like the "undo" button of web browsing—it instantly reverses your last navigation step.

Connection to More Advanced Digital Skills

Recognizing buttons and symbols is the foundation upon which every other digital skill is built. Once you can confidently identify interactive elements, you are prepared to tackle more advanced tasks—managing an email inbox, using a learning management system (LMS) like Canvas or Blackboard, navigating government services portals, and even engaging with collaborative tools such as Google Docs or Slack. The table below maps the basic skills in this lesson to their advanced counterparts.

Mapping foundational symbol recognition to advanced digital tasks
Basic Skill (This Lesson)Advanced Application
Recognize a Submit buttonComplete online job applications, tax filings, and course enrollment forms
Identify a hyperlinkFollow citation links in academic articles; navigate between LMS modules
Use the Back arrowEfficiently research topics by opening multiple links and returning to search results
Open a hamburger menuNavigate complex app interfaces (banking apps, health portals, project management tools)
Spot a loading spinnerTroubleshoot slow connections; know when to wait vs. when to refresh

As you continue developing your digital literacy, you will encounter more specialized interfaces—spreadsheet toolbars, video editing timelines, code editors—each with their own icon sets. The critical insight is that the learning strategy remains the same: look for visual cues, identify patterns, and use the back or undo function whenever you feel uncertain. Every expert user once stood exactly where you stand now, building confidence one click at a time.

Practice Problems

PROBLEM 1CONCEPTUAL
You are browsing a website on your phone and you see three horizontal lines stacked on top of each other in the upper-right corner of the screen. What is this symbol called, and what will happen if you tap it?
PROBLEM 2BASIC IDENTIFICATION
On a web form, you see two buttons at the bottom. One is large and bright green with the text "Submit." The other is small, outlined (not filled), and says "Cancel." Which button should you click to send your information, and why is the Submit button designed to be more visually prominent?
PROBLEM 3INTERMEDIATE
You click on a brightly colored "Download" button on a website and instead of downloading a file, you are taken to a page full of advertisements. Using what you have learned about web symbols, explain what likely happened and describe two steps you should take next.
PROBLEM 4APPLIED
You are filling out a three-page online job application. At the bottom of page two, you see three buttons: "Previous," "Save Draft," and "Next." You realize you made an error on page one. Describe the function of each button and explain which one you should click to fix your mistake without losing the data you have already entered on page two.
PROBLEM 5CRITICAL THINKING
A friend says, "I never click anything online because I'm afraid I'll break something." Using the principles discussed in this lesson—consistency, affordance, feedback, hierarchy, and accessibility—craft a short, reassuring explanation of why this fear is largely unfounded. Include at least two specific features of web design that protect users from accidental mistakes.

Lesson Summary

This lesson introduced the essential visual vocabulary of the web. You learned that hyperlinks (underlined or colored text) navigate you to new pages, Submit buttons (prominent colored rectangles) send your form data to a server, the hamburger menu icon (☰) reveals hidden navigation options, and the Back arrow reverses your last navigation step. These four elements—link, submit, menu, back—form the core controls you will encounter on virtually every website.

The five design principles underlying these controls are consistency (same symbol, same meaning across sites), affordance (visual hints that suggest clickability), feedback (immediate confirmation of your action), hierarchy (important buttons look bigger and bolder), and accessibility (designs that work for all users). With these principles in mind, you can approach any unfamiliar website with confidence—identify the interactive elements, predict what they do, click, and if anything seems wrong, use the Back arrow to return to safety. This foundational skill is the gateway to every advanced digital task you will encounter in college and beyond.

Varsity Tutors • Adult Literacy Beginner • Online Symbols & Buttons