Answers for "html head"

1

html head

<!--basic head, no Icon or links to css-->
<head>
    <meta charset="utf-8">
    <title>Meine Testseite</title>
  	<!-- charset is for mobile scale -->
  	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </head>
Posted by: Guest on November-02-2021
5

metadata html

<meta name="description" content="Free Web tutorials on HTML and CSS">
Posted by: Guest on October-29-2019
0

link meta css

<link rel="stylesheet" href="mystyle.css">
Posted by: Guest on April-15-2020
0

meta tag background

<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
Posted by: Guest on March-01-2020
-2

necessary html head markup

<meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png">
<meta property="og:description" content="The Mozilla Developer Network (MDN) provides
information about Open Web technologies including HTML, CSS, and APIs for both Web sites
and HTML5 Apps. It also documents Mozilla products, like Firefox OS.">
<meta property="og:title" content="Mozilla Developer Network">
Posted by: Guest on December-12-2019

Browse Popular Code Answers by Language