學習備註

I am reading "Ajax in action".

AJAX (Asynchronous JavaScript and XML), is a group of interrelated web development techniques used to create interactive web applications or rich Internet applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page.

Ajax include:

XHTML and CSS for presentation
the Document Object Model for dynamic display of and interaction with data
XML and XSLT for the interchange, manipulation and display of data, respectively
the XMLHttpRequest object for asynchronous communication
JavaScript to bring these technologies together

 

 I read the first chapter. I wrote  the sample code, and represent the page successfully.

it is the first time I wrote CSS.

 

The following code are the html file whose style was define in above CSS file.

 

The page was shown as following pic

shown result

發佈了24 篇原創文章 · 獲贊 2 · 訪問量 1萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章