| DQZ Session 11 |
|---|
| 1 What is the difference between XML and XHTML? |
| XML is a meta langauge, a language in which you are creating other languages. XHTML is a mark up language produced by XML. |
| 2. What is a web server? |
| Computer or group of computers that allow you to upload your website to the world wide web. |
| 3 What is the maximum number of forms allowed in an html document? |
| As many as you want. |
| 4 One can not build a website with only PHP or CSS. Both technologies rely upon each other to exist in a server-side dynamic website. |
| Nope.... you can use either one to design websites with. |