讲解CSS留学生、辅导CSS/web语言、讲解dynamic web page、辅导CSS/web设计
- 首页 >> Web1/ what does it mean to separate information content from presentation style? what is the main
means of doing that on modern web pages?
2/what is the primary work cycle of a web server? Describe what happens in each activity.
3/what is the_defintive_difference between a static web page and a dynamic web page?
(hint: can you definitively tell by looking at any web page if it is a dynamic or static page?)
4/what is the purpose of CSS, and where can it be found? Name three places.
5/what is a CSS selector and why is that important?
6/ if you wanted to style all the elements containing people’s names on a web page, what kind
of selector would you use and why? what is a (much) less preferable alternative , and why is it
less preferable?
7/what is processing.js good for, and how does it use HTML elements to do that job, what kind
of element does it use and why?
8/what are the main parts of an internationlization solution, and what does each part do? give
example of a reasonable (though possibly made up ) solution.
9/Describe how a CSRF attack might work, and what might be done to prevent one.
Do_not_go google this. if you do, you are running the risk of failling this test. Describe what
you remember as best you can.
10/what is the principle difference between a GET request and a POST request? Give an
example of a situation where a GET is a better choice, and example where a POST is a better
choice.