Css miscellaneous
- _____________ property specifies the direction in which a marquee should move.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
marquee-direction: forward | reverse
- Each property may also have a cascaded value of ___________ which means that, for a given element, the property takes the same specified value as the property for the element’s parent.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Each property may also have a cascaded value of ‘inherit’, which means that, for a given element, the property takes the same specified value as the property for the element’s parent. The ‘inherit’ value can be used to enforce inheritance of values, and it can also be used on properties that are not normally inherited.
- The __________ may be able to specify style information for a particular document. For example, the user may specify a file that contains a style sheet or the user agent may provide an interface that generates a user style sheet.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
User: The user may be able to specify style information for a particular document. For example, the user may specify a file that contains a style sheet or the user agent may provide an interface that generates a user style sheet (or behaves as if it did) .
- The __________ specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Author. The author specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.
- The ___________________ property specifies whether or not an element should be resizable by the user.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Resize