/
al.anatolyev
/
web4stud
Обзор
Документация
Войти
/
al.anatolyev
/
web4stud
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tools/html_output/test.html
61 строка
1 KB
aag
%1
19 май 2026, 12:36
19 май 2026, 12:36
1775bad
Код
Авторство
О чём код?
<h1>THE FIRST LEVEL HAEDING</h1> <h2>This is a second level header</h2> <h3>This is a third level header</h3> <h4>This is a fourth level header</h4> <h5>This is a fifth level header</h5> <h6>This is a sixth level header</h6> <h1>This is the next first level header</h1> <h2>Optionally add closing hashes</h2> <h2>And so on,...</h2> <h1>Other Header method, level 1</h1> <h2>Other Header method, level 2</h2> <h1>Make unordered lists like:</h1> <ul> <li>Red</li> <li>Green</li> <li>Blue</li> </ul> <h1>Make Ordered lists like:</h1> <ol> <li>Bird</li> <li>Fish</li> <li>Dinosaur</li> </ol> <h1>Create Horizontal Rules</h1> <p>Use either one of this methods:</p> <hr /> <hr /> <hr /> <hr /> <hr /> <h1>Using hyperlinks</h1> <p>This is <a href="https://example.com/" title="Title">an example</a> inline link.</p> <p><a href="https://example.net/">This link</a> has no title attribute.</p> <h1>References</h1> <p>More <a href="https://daringfireball.net/projects/markdown/syntax" title="Hovering message">syntax details</a> can be found here.</p>