Зміст курсу
Основи CSS
Основи CSS
Стилізація Тексту
Давайте запустимо наступний приклад і подивимося на різницю між усіма значеннями властивостей.
Let's run the following example and see the difference between all the property values.
index.html
index.css
Output
Let's consider the difference between all the property values:
Let's consider the difference between all the property values:
index.html
index.css
text-align
The text-align
property allows you to horizontally align text content.
css
text-align
The text-align
property allows you to horizontally align text content.
css
index.html
index.css
Output
1. What CSS property allows you to add visual effects to the text content, such as underline or strike-through?
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?
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 1