Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shaman-Minecraft #46

Open
shaman1961 opened this issue Oct 26, 2023 · 0 comments
Open

Shaman-Minecraft #46

shaman1961 opened this issue Oct 26, 2023 · 0 comments

Comments

@shaman1961
Copy link

ml>

<title>Test</title>
<header>
    <hr />
    <nav>Навигация</nav>
    <hr />
</header>

<main>
    <aside>Боковая панель</aside>
    <section>Секция контента</section>
    <div>Контейнер</div>
    <div>Много-<span>много-много разного</span> текста</div>

    <div>
        <hr />
        <h1>Какой-то заголовок</h1>
        <h2>Какой-то заголовок</h2>
        <h3>Какой-то заголовок</h3>
        <h4>Какой-то заголовок</h4>
        <h5>Какой-то заголовок</h5>
        <h6>Какой-то заголовок</h6>

        <p>Параграф</p>
        <p><b>Жирное начертание</b></p>
        <p><i>Курсив</i></p>
        <p><em>Курсив</em></p>

        <hr />

        <p><a href="https://github.com/Kurt-Hiuz">Ссылка на мой гитхаб</a></p>

        <img src="https://avatars.githubusercontent.com/u/49841996?v=4" alt="Аватарка">
        <br /> <!-- Перенос строки/элемента -->
        <audio controls src=""></audio><br />
        <video controls>
            <source src="" />
            <source src="" />
        </video>

        <hr />
    </div>

    <div>
        <ul>
            <li>Строка 1</li>
            <li>Строка 2</li>
            <li>Строка 3</li>
            <ul>
                <li>Строка 1</li>
                <li>Строка 2</li>
                <li>Строка 3</li>
            </ul>
        </ul>

        <ol>
            <li>Строка 1</li>
            <li>Строка 2</li>
            <li>Строка 3</li>
            <ol>
                <li>Строка 1</li>
                <li>Строка 2</li>
                <li>Строка 3</li>
            </ol>
        </ol>
        <hr />
    </div>

    <div>
        <p>Таблица</p>
        <table border="1px">
            <tr>
                <td>1</td>
                <td>2</td>
                <td>3</td>
            </tr>
            <tr>
                <td>4</td>
                <td>5</td>
                <td>6</td>
            </tr>
            <tr>
                <td>7</td>
                <td>8</td>
                <td>9</td>
            </tr>
        </table>
        <hr />
    </div>
</main>

<footer>
    Подвал
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant