Meta Tags

Lesson 16
Author : Afrixi
Last Updated : October, 2017


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!
Table of Content

Code

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