Glossary
Total Addressable Market
Refers to the entirety of a company’s potential customer base. The total addressable market might be used to refer to the broadest possible marketing campaign that would still reach a relevant audience.
Often, this market is used not to create marketing campaigns, but to break into sub-groups, from which more targeted marketing efforts can be made to more specialized but still large groups of potential customers.
Related Terms
Glossary
CSS
Stands for Cascading Style Sheets and is utilized in website design. CSS is used to establish visual parameters for coded elements of a website that are written in other coding languages, such as HTML or XML. Stated more plainly, CSS primarily relates to how your website looks. Many of the layout and graphical elements on sites are designed using CSS parameters.
View Definition
Glossary
Accessibility
Accessibility as it refers to websites is the idea of ensuring those with disabilities can still interact with your website without significant restrictions.
There are numerous best practices to ensure accessibility, and they have evolved in recent years. Staying compliant with accessibility guidelines is both good for your potential user base and will aid your site’s rankings, since these considerations are starting to inform how algorithms view and rank sites.
View Definition
Glossary
H1
A semantic HTML tag that denotes a webpage’s main subject. This is sometimes referred to as the page’s title, but in coding terminology, is different from the Title tag, which is the title that will appear on a browser tab. An H1 subject will only appear on the page itself.
View Definition