'meta' Example : meta « Meta Tags « HTML / CSS






'meta' Example

<HTML>
<HEAD>
    <title> title </title>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type">    <meta name="author" content="Demo Source and Support Ltd."/>
    <meta name="copyright" content="?2003 Demo Source and Support Ltd."/>
    <meta name="description" CONTENT=" Initializing a jagged array, one in which the length of each array differs : VB.Net examples (example source code) &raquo; Data Structure &raquo; Array Multi Dimension " />
    <meta name="keywords" CONTENT=" Initializing a jagged array, one in which the length of each array differs : VB.Net examples (example source code) &raquo; Data Structure &raquo; Array Multi Dimension "/>
    <meta http-equiv="content-style-type" content="text/css"/>
</head>
<body>
</body>
</html>

      
      








Related examples in the same category