Загрузка данных


<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <title>ID</title>
    <style>
        #test {
            background-color: #0F0;
            color: white;
            font-size: 30px;
            height: 100px;
            text-align: center;
        }
    </style>
</head>

<body>
    <h2 id="test">UHIUHIUHIUGIGIUHi</h2>
</body>

</html>