HTML/CSS/Meta Tags/meta

Материал из Web эксперт
Перейти к: навигация, поиск

"meta" Example

   <source lang="html4strict">

<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) » Data Structure » 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) » Data Structure » Array Multi Dimension "/>
   <meta http-equiv="content-style-type" content="text/css"/>

</head> <body> </body> </html>

     </source>