09-12-2011, 22:55
Już mówię co to ma być. Moim zadaniem jest zrobienie tzn. ramek, korzystając ze strony - http://webmaster.helion.pl/index.php/ramki.
Jedna z podstron:
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="Description" content=" [wstaw tu opis strony] ">
<meta name="Keywords" content=" [wstaw tu slowa kluczowe] ">
<meta name="Author" content=" [dane autora] ">
<meta name="Generator" content="kED2">
<title> [tytuł strony] </title>
<link rel="stylesheet" href=" ramki.css " type="text/css">
</head>
<frameset cols="22%,*%">
<frame scrolling="auto" name="menu" src="menu.html">
<frame scrolling="yes" name="tresc strony" src="Mój profil.html">
<p><a href="Mój profil.html" target="Mój profil">Mój profil</a>
<p><a href="Hobby.html" target="Hobby">Hobby</a></p>
<p><a href="Galeria.html" target="Galeria">Galeria</a></p>
<p><a href="Sport.html" target="Sport">Sport</a></p>
<p><a href="Zainteresowania.html" target="Zainteresowania">Zainteresowania</a></p>
<p><a href="Muzyka.html" target="Muzyka">Muzyka</a></p>
</frameset>
</html>
Jedna z podstron:
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
<meta name="Description" content=" [wstaw tu opis strony] ">
<meta name="Keywords" content=" [wstaw tu slowa kluczowe] ">
<meta name="Author" content=" [dane autora] ">
<meta name="Generator" content="kED2">
<title> [tytuł strony] </title>
<link rel="stylesheet" href=" [nazwa_arkusza_stylow.css] " type="text/css">
</head>
<body>
Zdjęcia x
Zdjęcia y
Zdjęcia z
</body>
</html>