przewiń do treści

HTML5 i CSS3. Praktyczne projekty

Włodzimierz Gajda

<!DOCTYPE html>
<html>
  <head>
    <title>Ćwiczenie 20.6</title>
    <meta charset="UTF-8" />
    <style>
    iframe {
        width: 800px;
        height: 600px;
    }
    </style>
  </head>
<body>

<iframe src="next-level.html"></iframe>

</body>
</html>

Listing 21.6. Dokument index.html z ćwiczenia 21.6

Rozdział 21. Pozostałe elementy HTML5

21-06.txt

Reklama

Szkolenia z Symfony 2.1