Как изменить цвет текста в заголовке в style.css?
style.css: .t { color: black; } index.html: <div class="t"> Заголовок </div>