









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
(Intermediate HTML & CSS) Text Styles Knowledge Assessment Guide 2024(Intermediate HTML & CSS) Text Styles Knowledge Assessment Guide 2024(Intermediate HTML & CSS) Text Styles Knowledge Assessment Guide 2024(Intermediate HTML & CSS) Text Styles Knowledge Assessment Guide 2024(Intermediate HTML & CSS) Text Styles Knowledge Assessment Guide 2024
Typology: Exams
1 / 16
This page cannot be seen from the preview
Don't miss anything!










font-colortext-colorcolortext-stylecolorcolor property in CSS is used to set the color of the text.font-weight property? normalboldlighterboldernormalfont-weight property is normal, which is equivalent to a weight of 400.line-heightletter-spacingword-spacing__________. text-shadowtext-shadow property adds shadow to text.__________ property. letter-spacingletter-spacing property is used to increase or decrease the space between characters.__________ property is used to specify the font of a text. font-familyfont-family property specifies the font of a text.__________ property. text-decorationtext-decoration property is used to underline, overline, or strike-through text.__________ property is used to control the indentation of the first line of a text block.text-indenttext-indent property controls the indentation of the first line of a text block.font-variant property can be used to display text in small-caps.font-variant property with the value small-caps displays text in small-caps.text-align property can only be used to align text to the left or right.text-align property can align text to the left, right, center, or justify it.word-spacing property is used to control the space between words.word-spacing property sets the space between words.font-size property can accept values in pixels, ems, and percentages.em unit is relative to the font size of the parent element.backgroundcolortext-gradientfont-gradientbackgroundbackground property, often with -webkit-background-clip: text; to clip the background to the text.__________ property is used to control the horizontal alignment of text within an element.text-aligntext-align property sets the horizontal alignment of text within an element.__________ property with the value bold.font-weightfont-weight property with the value bold makes the text bold. Multiple Choice Questions: Which CSS property is used to control the spacing between individual letters in a text? A. line-height B. word-spacing C. letter-spacing D. text-indentRationale: The letter-spacing property adjusts the space between characters in a text. In HTML, which tag is used to create a line break without starting a new paragraph? A. B.
True or False: The HTML tag is used to define important text.
Rationale: The tag is used for emphasizing text, not for defining importance.
Rationale: The letter-spacing property controls the space between characters in a text.
Rationale: The text-decoration property is used to apply decorations to text.
Rationale: The text-transform property in CSS can be used to change text to uppercase, lowercase, capitalize, etc.
Rationale: The text-align property in CSS controls the horizontal alignment of text within its container.
Rationale: The border-style property in CSS is used to set the style of the borders.
Rationale: The text-overflow property in CSS specifies what should happen when text overflows its containing element.
b) text-rotate c) text-shear d) font-style
Rationale: The font-style property in CSS is used to make text slanted or italic.
Rationale: The line-height property in CSS specifies the amount of space between lines of text.
Rationale: The text-shadow property in CSS adds a shadow to text.
Rationale: The font-weight property in CSS is used to change the weight or thickness of text.
Rationale: The color property in CSS is used to specify the color of text.
Rationale: The text-align-last property in CSS aligns the last line of text in a block element.
Rationale: The cursor style property in CSS can be set to 'pointer' to change the cursor style when hovering over text.
Rationale: The line-height property in CSS can help adjust the spacing between lines while maintaining the baseline alignment.