Practical 10
Practical 10
Meta tag
Meta title tag
In web development, “meta” tags are code tags that provide data about web pages but
aren’t visible on the pages themselves.
search result has 3 things: 1. Title (the meta title), 2. URL, 3. Description (the meta
description).
<head>
<title>This is the meta title tag. It can be 45-60 characters long</title>
<meta name="description" content="This is the meta description. The maximum length is
somewhere around 150-160 characters, but Google often pulls a description from your page
content." />
</head>
Header tag