кодесурса
«HTML

Свойства CSS: Как разрешить браузеру определять ширину столбца?

script1adsense2code
script1adsense3code

Перейти на страницу упражнений

Решение:

HTML-код:

<!DOCTYPE html>
<html>
<head>
<title>How to let the column width be determined by the browser</title>
<style type="text/css">
.xyz {
-webkit-column-width: auto;  
 column-width: auto;
 }
</style>
</head>
<body>
<div class="xyz">
<h2>w3resource web development Tutorial</h2>
<p>CSS, stands for Cascading Style Sheet is a computer language to describe presentation of HTML and XML web documents.In all the examples of our tutorials, we have used HTML for implementing CSS.
  CSS, stands for Cascading Style Sheet is a computer language to describe presentation of HTML and XML web documents.In all the examples of our tutorials, we have used HTML for implementing CSS.</p>
</div>
</body>
</html>

Демонстрация в реальном времени:

См. Авто-ответ ширины столбца по w3resource ( @ w3resource ) на CodePen .


Посмотреть решение в браузере

Поддерживаемый браузер

«Opera«Интернет
да да да да да

Перейти на страницу упражнений

Каков уровень сложности этого упражнения?

Новый контент: Composer: менеджер зависимостей для PHP , R программирования


script1adsense4code
script1adsense5code
disqus2code
script1adsense6code
script1adsense7code
script1adsense8code
buysellads2code