Incorrect codes

Incorrect codes

Good day friends, I want to start but I'm having trouble with jQuery and jQuery code such as this code does not work on me what error you help me? thank you



---------------------------CODES--------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" href="orbit-1.2.3.css">
<script type="text/javascript" src="jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="jquery.orbit-1.2.3.min.js"></script>
        <script type="text/javascript">
$(function(){
$("p").css({
"color" : "red",
"text-decoration" : "underline"
});
});
</script>
</head>
<body>

<p>Write</p>
<a href="#">URL.</a>
<div class="erbilen">Div111.</div>
<div id="erbilen">Div1323.</div>

</body>
</html>