Pusty dokument HTML5: Różnice pomiędzy wersjami

Z Podręcznik Administratora by OPZ SGU
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" …”)
 
m (Zastępowanie tekstu - "<source lang="html4strict">" na "<pre>")
 
(Nie pokazano 2 wersji utworzonych przez 2 użytkowników)
Linia 1: Linia 1:
<source lang="html4strict">
<pre>
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="pl">
<html lang="pl">
Linia 20: Linia 20:


</html>
</html>
</source>
</pre>
 
 
[[Category:HTML]]

Aktualna wersja na dzień 00:58, 16 lut 2018

<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8" />
<title>HTML5</title>
<link rel="stylesheet" href="css.css" type="text/css" />
<!--[if IE]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<![endif]-->


</head>

<body id="index" class="home">
test
</body>

</html>