Search
 
SCRIPT & CODE EXAMPLE
 

HTML

meta description

<meta name="description" content="A page's description, usually one or two sentences."/>
Comment

meta tags

<!-- Primary Meta Tags -->
<title>Google</title>
<meta name="title" content="Google">
<meta name="description" content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.google.com/">
<meta property="og:title" content="Google">
<meta property="og:description" content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.">
<meta property="og:image" content="">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.google.com/">
<meta property="twitter:title" content="Google">
<meta property="twitter:description" content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.">
<meta property="twitter:image" content="">
Comment

meta name="description"

<meta name="description" content="HTML meta tag page">
Comment

meta tags

<!-- Primary Meta Tags -->
<title>Google</title>
<meta name="title" content="Google">
<meta name="description" content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.google.com/">
<meta property="og:title" content="Google">
<meta property="og:description" content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.">
<meta property="og:image" content="">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.google.com/">
<meta property="twitter:title" content="Google">
<meta property="twitter:description" content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.">
<meta property="twitter:image" content="">
Comment

meta description tag in html

<meta name="description" content=" The description of the page ">
Comment

meta description

<meta name="description" content="Full Stack Web Developer Portfolio. Front-end & Back-end Web Developer based
in Berlin, Germany. Tech stack include React, JavaScript, Node, SQL.">
Comment

Meta tags

<!-- Required meta tags -->
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
Comment

meta tag

  <meta name="viewport" content="width=device-width, initial-scale=1.0">
Comment

meta tags

<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Comment

meta tag

The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data.

<meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.

Metadata will not be displayed on the page, but is machine parsable.

Metadata is used by browsers (how to display content or reload page), search engines (keywords), and other web services.

There is a method to let web designers take control over the viewport (the user's visible area of a web page), through the <meta> tag (See "Setting The Viewport" example below).
Comment

PREVIOUS NEXT
Code Example
Html :: html basic 
Html :: add tabs html 
Html :: html link 
Html :: accept zip codes in html 
Html :: uninstall xampp linux 
Html :: allow only positive integer in input type number 
Html :: dropdown menu default value 
Html :: Insert fav icon to head tag 
Html :: html link para descargar archivo de audio 
Html :: keywords html 
Html :: This request has been blocked; the content must be served over HTTPS. 
Html :: how to add background video in html 
Html :: bootstrap buttons Sizes 
Html :: fontawesome online link 
Html :: angular check active route 
Html :: elementor icon controls 
Html :: svelte for loop 
Html :: buttons in video tag html 
Html :: dropdown menu html 
Html :: center unordered list html 
Html :: how to get the name of a html balise and pass it in onPress 
Html :: table align 
Html :: calculator template html css 
Html :: html close window button 
Html :: how to make a html link execute a javascript function 
Html :: how to create table row in javascript 
Html :: vim set line wrap 
Html :: bootstrap 4 selectpicker 
Html :: html <footer element 
Html :: ion input date 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =