AI Created Women Images
Difficult Words & Concepts:
- Responsive (Web Design): Making a webpage look good and function well on all devices (desktops, tablets, phones).
- Loading Speed: How quickly the content of a webpage appears for the visitor.
- Visual Appeal: How attractive or pleasant a webpage looks to visitors.
- Lazy Loading: A technique where images (or other content) are only loaded when they are about to become visible on the screen, improving initial page load time.
- Flexbox (CSS): A layout model in CSS that allows items in a container to be arranged, aligned, and distributed space, even when their size is unknown or dynamic.
- Image `src` attribute: The HTML attribute that specifies the URL (source) of an image to be displayed.
- Image `href` attribute (on an `` tag): The HTML attribute that specifies the URL the link points to, often a larger version of an image for a lightbox or new tab.
- Lightbox: A feature where clicking an image thumbnail displays a larger version of it overlaid on the page, dimming the background.
- Aspect Ratio: The proportional relationship between an image's width and its height.
- CSS (Cascading Style Sheets): A language used to describe the presentation (look and formatting) of a document written in HTML.
- HTML (HyperText Markup Language): The standard markup language for creating web pages and web applications.
- Pixel (px): A unit of measurement on digital screens; a tiny dot of light.
- Optimize: To make something (like a webpage or image) as effective or functional as possible, often by reducing file size or improving performance.
- Aesthetics: The principles concerned with the nature and appreciation of beauty, especially in art or design.
- User Experience (UX): The overall experience a person has when using a product, such as a website, especially in terms of how easy or pleasing it is to use.