Wednesday, September 19, 2012

Project work

1.  Define tag and attribute with example.

Tags
·       Code used in creating html documents are called tags .
The following list of rules you need to remember when creating html documents they are:
o  Tags are always enclosed in left (<) and right (>) angle brackets
o  Tags can be uppercase to lowercase.
o  Tags that need to be turned on and off are called container tags.
·       example of tags are: <body><head><title><marquee><heading><font><img><a>etc

Attributes
·       Additional information given about the tag is known as attributes.
·       examples of attributes are:
align, color, width, height, hrefetc




Webpage
·       A webpage is the document that is created in html that’s shows up on the internet when you type in one go to the webpage's address.

Website
·       A website, also written as Web site, web site, or simply site, is a set of related web containing content such as text, images, video, audio, etc.
·       A website is hosted on at least one web server, accessible via a network such as the Internet or a private local area network through an Internet address known as a Uniform Resource Locator.

HTTP
·       The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems.
·       HTTP is the foundation of data communication for the World Wide Web.
Homepage
·       A home page or index page has various related meanings to do with web sites.
·       It is also usually the first page that the link/site takes the user to.

No comments:

Post a Comment