A small, non-preview image that accompanies a larger image. It provides an immediate sense of the content while not necessarily revealing it in its entire scope.
Designs that are created in one colour. It can be any colour, but the whole design will range from light to darker shades. As the name implies, it is typically a single hue, with black and white also being typical combinations for this type of design.
A symbol that is used in the design industry to give a more personal touch. Lettermarks can be an individual's name or initials that are cleverly designed and incorporated into a company's logo.
The process of arranging objects in a consistent and even spatial relationship. It can refer to how text is aligned with respect to its margins or how any two or more things are aligned in general.
A selector that can be applied to any HTML element. Classes should be used when designing for multiple instances. For example, if you want all <h1> tags in the website to look blue, then you could use the class="blue-text" attribute.
Also called a line break, when you want to keep the text in one paragraph and not follow it with an airy space.
A letter, symbol, or another alphabet unit.
A design or decoration impressed into the surface of a material.
JPEG stands for Joint Photographic Expert Group, an international standards body that sets standards for creating and handling compressed digital images. The JPEG file format was designed to balance good visual quality and small file size, typically through lossy compression. The JPEG file format is widely used as a means of compressing digital images, particularly those produced by digital cameras.
A way of researching users and understanding their behaviour in the context of the product, helping designers in understanding users' needs and expectations and what motivates them to act.
Designers can use this type of research to understand better their users and what kinds of experiences they are looking for. And this will allow the designers better empathize with their users, making them a part of the learning cycle.
A selector that can be applied to any HTML element. ID should be used when designing for a single instance, such as using the id="main" attribute on an <h1> tag.