przewiń do treści

HTML, XHTML i CSS. Praktyczne projekty. Wydanie II

Włodzimierz Gajda

<!DOCTYPE ...>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl" />
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="author" content="Włodzimierz Gajda" />
    <meta name="copyright" content="(c) 2005 gajdaw" />
  </head>
<body>

</body>
</html>

Listing 43.1. Witryna zawierająca przykładowe metainformacje

Rozdział 43. Element meta — dodatkowe informacje na temat strony WWW

listing-43-01.txt