…….. are ideal to apply the same formats to all the web pages in web site.
a) inline style sheet
b) embedded style sheet
c) external stye sheet
d) foreign style sheet
The style statements that compromise an embedded style sheet appears……..
a) body of web page
b) <style> and </style>
c) immediately before specific element
d) all of these
Which value for TYPE property is used to link a style sheet to a web page?
a) link
b) text/CSS
c) style
d) external
CSS can be included in your HTML pages in all the following ways EXCEPT……….
a) linked from external file
b) document head using <CSS>
c) inline as HTML attribute
d) embedded via style <style>
The part of the style statement that identifies the page elements is called…
a) attribute
b) style name
c) selector
d) declaration
The text-ident property allows you to specify a fixed value in ……, or relative value using percentage.
a) points
b) inches or centimeters
c) pixels
d) all of these