<!DOCTYPE html> - ANSWER-Tells the computer that this is a document written in HTML, needed
.A link tag - ANSWER-A tag which allows web designers to link to external files, such as style sheets
and scripts.
<a>link</a>
.accessibility - ANSWER-the analyzation of how well a product has been designed for a vast array of
peoples; ensuring that a design is usable by as many people as possible, inclusive
.Adaptive Design - ANSWER-a process that adjusts content to the screen size of a device used to
access a webpage
-combination of CSS and HTML
-media query
-fluid and flex layouts
-responsive images
-loading speed
.analogous color scheme - ANSWER-colors next to each other on the color wheel
.artifacts - ANSWER-concrete items produced by the designer, single source of truth, guides and
specifications for implementation/ref
.Back-end Developer - ANSWER-A developer who focuses mainly on the server side of code for a
web application. They are knowledgeable about databases, server internals, system administration
and technologies used once a site reaches scale.
.balance - ANSWER-The distribution of elements in a design
, .blockquote - ANSWER-Defines a long quotation
<blockquote>info</blockquote>
.body tag - ANSWER-<body>info</body>
This is the second and last tag nested directly inside the HTML tag, and contains the content of the
page that will be rendered onscreen in the browser. It may also contain JavaScript code or links,
typically at the bottom, for scripts that don’t require immediate implementation.
.bold tag - ANSWER-<strong>sentence you want</strong>
<b>sentence</b>
.Cascading Style Sheets (CSS) - ANSWER-A technology that allows greater style definition and
formatting control of HTML elements. Formatting can be placed within the HTML or called remotely
from an external style sheet. The part of a website template that controls the fonts, colors, and
styles that appear when an editor identifies some text as a page heading, a paragraph title, or some
other style.
.closing tag - ANSWER-The tag that goes after the content it is describing on the website, it includes
forward slash, for example </p>.
.CMYK (Cyan, Magenta, Yellow, Black) - ANSWER-the four ink colors used to create most process
color printing
.color distribution - ANSWER-60-neutral bases
30-primary
10-secondary
.Competitive Analysis report - ANSWER-outlines the strengths and weaknesses of your competitors
compared to those of your own business