Lesson 3: Cascading Style Sheets (CSS) and Graphical Elements

Lesson 3: Cascading Style Sheets (CSS) and Graphical Elements

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

text color

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (44)

Section 1

(44 cards)

text color

Front

color that the text appears in in a cell

Back

Code to align images: bottom

Front

align=bottom

Back

inheritance

Front

is the concept that when a class of objects is defined, any subclass that is defined can inherit the definitions of one or more general classes.

Back

Tips for creating Web Page layout (list 5)

Front

Be intriguing from the very start,A logo is crucial,Keep the fancy stuff to a minimum,Don't be long winded,Fancy fonts should also be functional

Back

Name two benefits of using CSS?

Front

Consistency; Easy change management

Back

Portable Network Graphics (PNG)

Front

compressed bitmap file format (lossless) similar to the gif format; it is not limited to 256 colors, is appropriate for the web, and supports transparency

Back

browser-safe color palette

Front

a standard of 216 colors that would render consistently

Back

liquid layout

Front

sets the values using percentages for any columns and the overall width, and the percentage is determined by the user's browser window

Back

dithering

Front

inline images

Back

Code to align images: top

Front

align=top

Back

compression

Front

is minimizing the size in bytes of a graphics file without degrading the quality of the image to an unacceptable level.

Back

non-breaking space

Front

A tool used to keep selected text on a single line.

Back

<footer>

Front

Text that is printed at the bottom of each page.

Back

animation

Front

the way text and objects move on and off a slide during a slide show

Back

What is the code to stylize a horizontal rule?

Front

HR

Back

alternative text

Front

Textual descriptions of graphics and other design components on a web page; aids in search engine optimization

Back

hexadecimal

Front

The hexadecimal number system is base 16, using only digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F.

Back

What is the code to align images to text?

Front

text-align

Back

What are 3 universally supported Web image formats?

Front

JPEG, GIF, BMP, TIFF and PNG

Back

font-family

Front

A complete set of characters, letters, and symbols for a particular typeface.

Back

Code to align images: left

Front

align=left

Back

selector

Front

An expression of the kind of content contained by a tag in HTML.

Back

Code to align images: middle

Front

align=middle

Back

What is the code to create an image on a Web page?

Front

img src

Back

transparency

Front

a visual quality in which a distant image or element can be seen through a nearer one

Back

hyperlink color (two types)

Front

red,blue

Back

font-size

Front

determines the height of characters in units called points

Back

interlacing

Front

Image loads an early degraded version of the whole image as soon as possible and then progressively renders the image to clear state.

Back

How do you create an ampersand using code?

Front

declares the beginning of an entity reference

Back

Describe differences in GIF 89a, JPEG, and PNG

Front

PNG supports 8-bit color like GIF, but also supports 24-bit color RGB, like JPG does. They are also non-lossy files, compressing photographic images without degrading image quality. PNG tends to be the biggest of the three filetypes and isn't supported by some (usually older) browsers

Back

<header>

Front

text that is printed at the top of each page

Back

GIF (Graphics Interchange Format)

Front

A graphic interchange format primarily used on the Internet.

Back

<nav>

Front

The <nav> element is intended only for major block of navigation links.

Back

<article>

Front

particular item or object, typically one of a specified type.

Back

<aside>

Front

A device in which a character in a drama makes a short speech which is heard by the audience but not by other characters in the play

Back

What are the two codes to adjust width and height of images?

Front

height="42" width="42"

Back

background image

Front

a graphic file used in place of a background color

Back

Code to align images: right

Front

align=right

Back

background color

Front

White by default, it is used to make gradient fills, and to fill in areas of an image that have been erased.

Back

font color

Front

The color of characters in a font set.

Back

How many versions of CSS are there?

Front

In a separate file (external) At the top of a web page document (internal) Right next to the text it decorates (inline)

Back

rule

Front

a statement of relation between concepts

Back

fixed-width layout

Front

Web document designed to fit a particular screen or monitor size.

Back

JPEG (Joint Photographic Experts Group)

Front

A compressed graphical file format that reduces the file size.

Back