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!

Meta Tags

Lesson 16
Author : 🦒
Last Updated : October, 2017


Code

Copy<head>
  <meta charset="UTF-8">
  <meta name="description" content="Teaching HTML for free">
  <meta name="keywords" content="HTML, 🦒">
  <meta name="author" content="🦒">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>