Commit d767fa50 authored by Kulpybaev Ilyas's avatar Kulpybaev Ilyas

Revert "Дз-25 Задание-4"

This reverts commit f7129fcd.
parent 56fdfef7
......@@ -6,15 +6,6 @@
<title>Document</title>
</head>
<body>
<article>
<h3>What is Lorem Ipsum?</h3>
<p>Lorem Ipsum is simply a dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.</p>
<h3>Where does it come from?</h3>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. from "The Extremes of Good and Evil" by Cicero</p>
<h3>Why do we use it?</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
</article>
<script src="js/main.js"></script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
const elements = document.getElementsByTagName('p');
for (const elem of elements){
elem.after(document.createElement('hr'));
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment