Here you would be learning how to create and style a header in HTML. Its Simple
first
<div class="header">
<h1>Header</h1>
<p>My header</p>
</div>
My header
.header {
padding: 60px;
text-align: center;
background: #1abc9c;
color: white;
font-size: 30px;
}
Stay closeby, I would be dropping other brief tutorials .