IT404 Web Design 1Give examples of multimedia 2What are HTML
IT-404: Web Design
1.Give examples of multimedia.
2.What are HTML, CSS and JavaScript used for?
3.What are the parts of URL?
4. What can programmers do to improve site performance?
5. What is the main element that we have to include to create web page?
6. Give the elements name for these descriptions:
Unordered list:
Ordered list:
Description list:
Solution
Multiple Questions : Answering 1st 4.
1. The integration of text, graphics, animation, sound, and/or video can be defined as multimedia.
Examples of Multimedia can be :
2.
HTML : To create the actual content of the page . You can define the basic structure and the contents of a website with HTML.
CSS : Responsible for the Design of the Webpage, how every thing looks, and where it is on the page.
Javascript : Responsible for everything that has to change or get animated after the website loaded.
3.
A URL for is normally made up of three or four components:
 A scheme : The scheme identifies the protocol to be used to access the resource on the Internet. Eg: HTTP (without SSL) or HTTPS (with SSL).
 A host : The host name identifies the host that holds the resource. For example, www.example.com. A server provides services in the name of the host, but hosts and servers do not have a one-to-one mapping.
 Host names can also be followed by a port number. Well-known port numbers for a service are normally omitted from the URL. Most servers use the well-known port numbers for HTTP and HTTPS , so most HTTP URLs omit the port number.
 A path : The path identifies the specific resource in the host that the web client wants to access. For example, /software/htp/cics/index.html.
 A query string : If a query string is used, it follows the path component, and provides a string of information that the resource can use for some purpose. The query string is usually a string of name and value pairs; for example, term=bluebird.
4. Programmers can use best practices like :

