HTML - Build a Website
This course covers the basics of building a website using HTML. Work your way through the videos/articles and I'll teach you everything you need to know to create a basic website!

Divs & Spans

Lesson 13
Author : 🦒
Last Updated : October, 2017


Code

Copy<div>Div1</div>
<div>Div2</div>

<span>Span1</span>
<span>Span2</span>