Chapter 5. Learning HTML5
It's finallytime to start building our website. First, you'll need to understand the basics of Hypertext Markup Language (HTML) and CSS. We'll start with HTML with an introduction of what HTML is. Following the structure of an HTML document, we will be filling the structures and will be adding some images and links along the way.Â
In this chapter, we will cover:Â
- Atom, our text editor
- HTML tags and attributes
- HTML structureÂ
- Images and links
So, let's get started.