Web Management

Vocabulary

Campaign

A series of marketing efforts centered around one theme

Marketing

Static Pages

Content entered and designed manually by the developer

Ad Spend

The total amount you are willing to spend during a given timeframe

Digital Marketing

Anchor (Links)

Element given a href attribute to create a hyperlink to web pages, files, email addresses, location on webpage, etc.

<a>

Audience / Stakeholders

The people who interact most with your brand

Marketing

Body

The “visible” part of the HTML document; Highest level wrapper of visible elements of a web page

<body>

CRM

Customer Relationship Management - manage, interact, and analyze your audience

Marketing

CSS

Cascading Style Sheets; Describes how HTML elements are displayed on the screen

Container

A div with special properties that adds spacing to the left and right of content. Typically has a set max-width, is centered horizontally, and has width set to 100%; Sets left and right boundaries, helps create consistent alignment

Div

Generic container for content | a division | discreet block (box) used to group elements together

<div>

Dynamic Pages

Created and/or populated by a CMS, user input, script, etc.

Element

Any single html object, i.e. Div, Image, Paragraph, Heading, Etc.

Footer

Container for footer/final content

<footer>

HTML

Hypertext Markup Language; Defines the underlying structure, elements, and content of a webpage

Head

Container for metadata (page title, keywords, description), styling, scripts, link to external docs, style sheets, scripts

<head>

Header

Container for introductory content

<header>

Heading

Type element for Title and Summary content

(<h1>,<h2>, … <h6>)

Image

Element that embeds an image into the webpage

<img>

Indexing

The way a search engine processes information on the internet

Search

Information Architecture

Structural design of shared information; the art and science of organizing and labelling websites

Javascript (JS)

Programming Language Adds interactivity and functionality. Create dynamic content, validate forms, animate elements, and more

Keywords

Words or phrases that help people on the internet find you

Search

Margin

Blank space around an element (set in 4 directions)

PPC

Pay Per Click advertising - advertising model where each click through costs money

Marketing

Padding

Blank space inside an element (set in 4 directions) that wraps around the element's children

Paragraph

Primary non-heading text element

<p>

Personas

An example audience or stakeholder to build around

UX, Marketing

SEM

Search Engine Marketing/Management - how you pay to get found

Marketing

SEO

Search Engine Optimization - how you get found

Search

Sales Funnel

A map of the customer or user journey

Marketing

Section

Generic container for content | A high level wrapper that groups elements together horizontally | May be placed into the Body, Header, Main Wrapper, Article, and Footer.

<section>

Site Mapping

Diagramming a Hierarchical structure of your website showing relationship between web pages

Span

Generic container (inline)

<span>

Wrapper

Generic Div used to group elements together or separate elements from each other; Often a Div with no styling attributes assigned.