Свойства CSS: как вставить разрыв страницы после каждого элемента нижнего колонтитула
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to insert a page break after each footer element</title>
<style type="text/css">
.footer {
page-break-after: always;
}
</style>
</head>
<body>
<p>w3resource Tutorial</p>
<div class="footer">CSS, stands for Cascading Style Sheet is a computer language to describe presentation (for example width, height, color, background color, alignment etc.) of HTML and XML (and XML based languages like XHTML, SVG) web documents. In all the examples of our tutorials, we have used HTML for implementing CSS.</div>
<p>This is after footer</p>
</body>
</html>
Демонстрация в реальном времени:
См. Раздел « Разрыв страницы после ручки» от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code