how to screen length meta tag code example
Example 1: viewport meta tag
<meta name="viewport" content="width=device-width, initial-scale=1">
Example 2: change SEO description HTML
<head> <meta name="description"
content="This is an example of a meta description.
This will often show up in search results."></head>