Jquery latest

Jquery latest

Hi everyone,

Its been a while since I played with Website programming, recently I loaded a webserver module
and noticed that the tabs in Chrome didn't displayed properly.  What I mean by this is that they
appeared as links on the left-side instead of actual tabs.  In my Dreamweaver software, it seems
fine and everything works as it should.

Anyways, I have noticed that my jquery is out of date:

<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>American Changer Web Interface</title>
<link rel="stylesheet" href="jquery-ui-1.10.3.custom.min.css" />
<script src="jquery-1.10.2.min.js"></script>
<script src="jquery-ui-1.10.3.custom.min.js"></script>

I recently downloaded the jquery-1.12.0.js, but I really don't remember
how to insert this into the website or my Dreamweaver?  

Does the jquery-1.12.0.js include custom.min.css, min.js, and custom.min.js?

Thank you,
Neil Porven