Module 2 Flashcards
The CSS ______ selects the element you wish to style.
- <color>
</color> - Selector
- Tag
- Href
- Selector
What is Favicon?
“Favorite icon.”
Graphical images meant to identify a particular website/webpage, that are displayed in web browsers in the address bar or tabs.
How can hide and unhide an element in html using CSS?
Using the property visibility.
Ex:
visibility: hidden;
visibility: visible;
What is Rollover?
An effect that causes a change to an image when a mouse hover over it.
What is Flexbox?
A tool in CSS that allows for a flexible layout structure used to make sites more responsive.
What is Webkit?
A browser engine used by many companies, including Apple.
What is Ms-text?
A CSS property from Microsoft that specifies spacing and adjustment of text.
Z-index workds only on…
… positioned elements (e.g, absolute, relative)
What for the Transform-Origin property is used?
To alter the position of an image.
Who has the higher precedence in css code: internal, external or inline?
Inline.
Extermal and Internal css have the same precedence?
Yes.
How conflicting external and internal css conflicting code is resolved?
If the link tag cames before the style tag the external file has precedence.
How the Level of Specificity of a selector determines precedence?
The more specific more precedence the selector has.
What is the order of specificity of the selectors?
From less specific to more specific:
type selectors -> class selectors -> id selectors -> style attributes.
tag -> .class -> #id -> <p style="...">
What is the name of the CSS effect that causes a change to an image when a mouse hovers over it?
- Gaussian blur
- Z-index
- MS-Text
- Rollover
- Rollover