Pusty dokument HTML5: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
(Utworzył nową stronę „<source lang="html4strict"> <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8" /> <title>HTML5</title> <link rel="stylesheet" href="css.css" type="text/css" …”) |
|||
Linia 21: | Linia 21: | ||
</html> | </html> | ||
</source> | </source> | ||
[[Category:HTML]] |
Wersja z 04:43, 9 lut 2010
<source lang="html4strict"> <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8" /> <title>HTML5</title> <link rel="stylesheet" href="css.css" type="text/css" />
</head>
<body id="index" class="home"> test </body>
</html> </source>