Class 10 Exam  >  Class 10 Questions  >  Which property is used to give the specified ... Start Learning for Free
Which property is used to give the specified spacing between the text characters?
  • a)
    Text Decoration
  • b)
    Letter Spacing
  • c)
    Text Transform
  • d)
    None of the above
Correct answer is option 'B'. Can you explain this answer?
Verified Answer
Which property is used to give the specified spacing between the text ...
Property for Text Spacing:
The correct property to give specified spacing between text characters is the "Letter Spacing" property.
Explanation:
The "Letter Spacing" property is used to control the spacing between individual characters in a piece of text. It allows you to increase or decrease the space between letters, giving you more control over the typography and visual appearance of the text.
Usage:
To apply letter spacing to text, you can use the CSS "letter-spacing" property. Here's how it works:
- Add the CSS property to the selector that targets the text you want to modify.
- Specify a value for the letter spacing. This value can be in pixels (px), ems (em), or other units.
Example:
```
p {
letter-spacing: 2px;
}
```
In the above example, the letter spacing for all paragraphs will be increased by 2 pixels.
Other CSS Properties:
The other properties mentioned in the options are not used for giving spacing between text characters:
A: Text Decoration: This property is used to add decorations to text, such as underline, overline, or line-through.
C: Text Transform: This property is used to change the capitalization of text, such as making it all uppercase or lowercase.
D: None of the above: None of the mentioned properties are used to give spacing between text characters.
In conclusion, the correct property to give specified spacing between text characters is the "Letter Spacing" property.
View all questions of this test
Most Upvoted Answer
Which property is used to give the specified spacing between the text ...
Understanding Letter Spacing
Letter spacing refers to the adjustment of space between individual characters in a text. It plays a significant role in typography, affecting readability and overall aesthetic appeal.
Why Letter Spacing Matters
- Enhances readability: Proper spacing can make text easier to read, especially in longer passages.
- Aesthetic appeal: Well-spaced text can create a visually pleasing layout, making designs more attractive.
- Emphasis: Adjusting letter spacing can help emphasize specific words or phrases, drawing attention to them.
CSS Property for Letter Spacing
The CSS property used to control letter spacing is:
- Letter Spacing: This property allows you to specify the amount of space between characters. It can be set using length values such as pixels (px), ems (em), or percentages (%).
Example Usage
css
p {
letter-spacing: 2px; /* Increases space between characters by 2 pixels */
}
Other Options Explained
- Text Decoration: This property is used to set decorations on text, such as underline, overline, or strikethrough. It does not affect spacing.
- Text Transform: This property changes the case of text, like converting to uppercase or lowercase. It is unrelated to spacing.
- None of the Above: This option is incorrect since letter spacing is indeed the correct property for adjusting character spacing.
In conclusion, option 'B' (Letter Spacing) is the correct answer, as it specifically addresses the spacing between text characters, enhancing both readability and visual design.
Explore Courses for Class 10 exam

Top Courses for Class 10

Question Description
Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer? for Class 10 2025 is part of Class 10 preparation. The Question and answers have been prepared according to the Class 10 exam syllabus. Information about Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer? covers all topics & solutions for Class 10 2025 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer?.
Solutions for Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer? in English & in Hindi are available as part of our courses for Class 10. Download more important topics, notes, lectures and mock test series for Class 10 Exam by signing up for free.
Here you can find the meaning of Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer?, a detailed solution for Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer? has been provided alongside types of Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice Which property is used to give the specified spacing between the text characters?a)Text Decorationb)Letter Spacingc)Text Transformd)None of the aboveCorrect answer is option 'B'. Can you explain this answer? tests, examples and also practice Class 10 tests.
Explore Courses for Class 10 exam

Top Courses for Class 10

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev