przewiń do treści

HTML, XHTML i CSS. Praktyczne projekty. Wydanie II

Włodzimierz Gajda

<head>
    <title>Lorem</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="css/style.css" />
    <link rel="alternate stylesheet" href="css/inne.css" title="Inne style" />
    <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico" />
    <link rel="alternate" href="rss.xml" type="application/rss+xml" title="RSS" />
    <link type="text/plain" rel="author" href="humans.txt" />
    <link rel="next" href="ipsum.html" title="Ipsum..." />
    <link rel="last" href="sit-amet.html" title="Sit amet..." />
</head>

Listing 42.8. Nagłówek head z pliku lorem.html

Rozdział 42. Powiązania dokumentów

listing-42-08.txt