Podcast
Questions and Answers
Match the link state with its description:
Match the link state with its description:
a:link = Normal, unvisited link a:visited = Link visited by user at least once a:hover = Link when mouse hovers over it :active = Link which is just clicked
Match the font subproperty with its description:
Match the font subproperty with its description:
font-style = Allows text to appear italic or oblique font-weight = Specifies the weight of the font font-size = Specifies the size of the font font-family = Specifies the font family for the text
Match the default link appearance with its description:
Match the default link appearance with its description:
Underlined links = Default appearance of created links Hand icon on hover = Change in appearance when mouse hovers over a link Blue color for unvisited links = Color of normal/unvisited links Purple color for visited links = Color of links visited by user at least once
Match the possible font style value with its description:
Match the possible font style value with its description:
Signup and view all the answers
Match the link color with its interaction state:
Match the link color with its interaction state:
Signup and view all the answers
Match the following font properties with their descriptions:
Match the following font properties with their descriptions:
Signup and view all the answers
Match the following font size values with their descriptions:
Match the following font size values with their descriptions:
Signup and view all the answers
Match the @font-face property related statements with their descriptions:
Match the @font-face property related statements with their descriptions:
Signup and view all the answers
Match the text-align property values with their descriptions:
Match the text-align property values with their descriptions:
Signup and view all the answers
Match the following font style properties with their descriptions:
Match the following font style properties with their descriptions:
Signup and view all the answers
What is the default color of normal/unvisited links in CSS?
What is the default color of normal/unvisited links in CSS?
Signup and view all the answers
What CSS pseudo class is used to style a link when the mouse hovers over it?
What CSS pseudo class is used to style a link when the mouse hovers over it?
Signup and view all the answers
What CSS property is used to make text appear italic or oblique?
What CSS property is used to make text appear italic or oblique?
Signup and view all the answers
What is the color of a link when it is in the 'active' state?
What is the color of a link when it is in the 'active' state?
Signup and view all the answers
What CSS shorthand property combines font-style, font-weight, font-size, font-family, and line-height?
What CSS shorthand property combines font-style, font-weight, font-size, font-family, and line-height?
Signup and view all the answers
What does the 'font-weight' property in CSS set?
What does the 'font-weight' property in CSS set?
Signup and view all the answers
What is the purpose of the 'line-height' CSS property?
What is the purpose of the 'line-height' CSS property?
Signup and view all the answers
What does the '@font-face' rule in CSS allow?
What does the '@font-face' rule in CSS allow?
Signup and view all the answers
How is the 'text-align' property used in CSS?
How is the 'text-align' property used in CSS?
Signup and view all the answers
What is the difference between 'oblique' and 'italic' in relation to font selection?
What is the difference between 'oblique' and 'italic' in relation to font selection?
Signup and view all the answers