Saturday 14 April 2012

How jQuery works with your Web page

jQuery gives Web developers Because jQuery is so easy to implement.Facebook and Twitter, for example.An easy way to create sophisticated
effects with almost no coding.jQuery lets you easily change the appearance, location, or behavior of an
element on a Web page.

1.<!doctype...>: This long element tellsthe Web browser which version of HTML isused in the code that follows. You shouldalways include it at the beginning of any

HTML pages you create.

2.<html>: This element begins the HTMLpage.

3.: This element designates thebeginning of the head section. This sectionusually contains the title and any script element.

4.</b>My Test Page:This line displays the title of the page.

5.: This line provides the location of the jQuery library.
6.: This tag closes the