To wprowadz po znaczniku <title> cos takiego:
<link rel="stylesheet" href="css/screen.css" media="screen" type="text/css" />
wsadz to cale tlo i wszystko co masz wyzej do screen.css
Bedzie ci dzialalo
Nie polecam osobiscie pisania stylu wraz z Kodem
Bo to troche jest lipne
Taki poczatek ja stosuje
Sprobuj tak
Wraz z tym css-em
<link rel="stylesheet" href="css/screen.css" media="screen" type="text/css" />
wsadz to cale tlo i wszystko co masz wyzej do screen.css




Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta name="description" content="Przykładowy opis" />
<meta name="keywords" content="Słowa kluczowe" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="pl" />
<title>Przykładowy tytuł</title>
<link rel="stylesheet" href="css/screen.css" media="screen" type="text/css" />
Taki poczatek ja stosuje


