Task assign:
-
Define website, webserver and web hosting.
- What is HTML & XML? List the difference between those two languages.
- List five advantages and five disadvantages of your choosen web hosting with the other web hostings.
- List the other free website hostings available.
- To create your website, use the Web Developer software such as MS FrontPage, MS Expression, Macromedia Dreamweaver
or any third party web developer.
- Upload to any web hosting available example: Geocities, Bravenet, 007 sites etc.
- Submit your website URL to [email protected]
-
Define website, webserver and web hosting.
- Website - A group of World Wide Web pages usually containing hyperlinks to each other and made available online by an
individual, company, educational institution, government, or organization.
- Webserver - A Web server is a program that, using the client/server model and the World Wide Web's Hypertext Transfer
Protocol ( HTTP ), serves the files that form Web pages to Web users (whose computers contain HTTP clients that forward their requests).
- Web Hosting - A Web host is in the business of providing server space, Web services and file maintenance for Web sites controlled by individuals or companies that do
not have their own Web servers.
- What is HTML & XML? List the difference between those two languages.
The abbreviation of HTML is HyperText Markup Language and XML is eXtensible Markup Language. The difference between those two languages are:-
- XML is case sensitive while HTML is not case sensitive.
- HTML does not preserve white space while XML does.
- XML provides a framework for defining markup languages while HTML markup language by itself.
- HTML is not strict if the user does not use the closing tags but XML makes it mandatory for the user the close each tag that has been used.
- HTML is about displaying data,hence static but XML is about carrying information,hence dynamic.