Pixel Pals PCC HTML Elements

Information about the document head tag. It contains meta tags, and other decalarations.

<head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie="> <meta name="viewport" content="width=device-width"> <link rel="canonical" href="https://samplewebsite.com"> <title>HTML Head Example</title> <meta name="description" content="A brief page" > <meta name="keywords" content="html,cheatsheet"> <meta property="fb:admins" content="Your Site"> <meta property="og:title" content="HTML CheatSh"> <meta property="og:type" content="website" /> <meta property="og:url" content="https://htmlch"> <meta property="og:description" content="A brief description"> <meta property="og:site_name" content="Simple website" /> <meta property="og:url" content="https://www.samplewebsite.com/" /> <meta property="og:image" content="https://www.samplewebsite.com/images/fb_icon_325x325.png" /> <meta property="og:locale" content="en_US" /> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.samplewebsite.com/" /> <link rel="alternate" media="handheld" href="https://m.samplewebsite.com/" /> <meta name="description" content="Log into samplewebsite to start sharing and connecting with your friends, family, and people you know." /> <link rel="apple-touch-icon" href="apple-touch-">" <link rel="alternate" hreflang="es" href="https"> <link rel="stylesheet" href="/styles.css"> <script src="/script.js"></script> </head>