Html Meta Description Tutorial
Html meta description describes and gives information about a web page.
Html meta description tag is put between HEAD tags in the html document.
Html meta description code sample
<head> <meta name="description" content="Html meta description tutorial, html meta description code examples." /> </head>
HTML meta description output
When a search engine robot visits your page, it will read your html meta description tag, and rank you with content.
Always use html meta description in your html document, with the relevance of your title and content.
Your html meta description length may not exceed 255 characters.