Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Mastering Text Styling in CSS | Section
CSS Core Fundamentals

bookMastering Text Styling in CSS

メニューを表示するにはスワイプしてください

text-decoration

The text-decoration property can be applied to any text content, including links, headings, paragraphs, and lists. It adds line effects such as underlining. Common values:

text-decoration: none | line-through | underline | overline

Let's run the following example and see the difference between all the property values.

index.html

index.html

styles.css

styles.css

copy

Output

text-transform

The text-transform property allows us to change the capitalization of text content in HTML elements.

text-transform: capitalize | lowercase | uppercase | none

Let's consider the difference between all the property values:

index.html

index.html

styles.css

styles.css

copy

Output

text-align

The text-align property allows you to horizontally align text content.

text-align: start | end | center | justify
index.html

index.html

styles.css

styles.css

copy

Output

1. What CSS property allows to change the capitalization of text content?

2. What CSS property allows to horizontally align text content?

3. What CSS property allows you to add visual effects to the text content, such as underline or strike-through?

question mark

What CSS property allows to change the capitalization of text content?

正しい答えを選んでください

question mark

What CSS property allows to horizontally align text content?

正しい答えを選んでください

question mark

What CSS property allows you to add visual effects to the text content, such as underline or strike-through?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  11

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  11
some-alt