Lesson 1.8 Navigation around the web Site No matter how attractive the web site is, if it does not have a simple navigation scheme, users are going to lose their way. Some of them may probably never return. The navigational scheme would vary from one site to another. There are, however, some basic principles that one should keep in mind: Ø Specify the content of the web site Ø Create a navigation scheme that helps them to go the required section quickly Ø Provide means to search for additional information There are several ways to organize a web site: Linear Layout – This follows a linear structure. There is a sequential link between the pages. Each page has a link to the previous and next page. The last page has a link to the first page. This format is used when we are presenting sequential i...
Popular posts from this blog
Lesson 3.2 3.2.2 <BLOCKQUOTE> We can indicate quoted text in the document using the BLOCKQUOTE and Q elements. BLOCKQUOTE is used for long quotations and is displayed as an indented paragraph. If the quotations are short and does not require paragraph breaks, the Q element works fine. When using the Q element, delimiting quotation marks must be specified. Figure 3.3 Output of Example 3 ...
Lesson 1.4 Using <META> tag The Header section also contains the META element. This element provides information on the web page. This would include the authors names, the name of the software in which the page was written, the company name, contact information and so on The META element uses a property / value combination. For example, to indicate Graham Browne as the Author, the following META element is used: <META name = “Author” content = “Graham Browne” > The author of the document is “Graham Browne” The http-equip attribute can be used in place of the name attribute. HTTP servers use the attribute to generate an HTTP response header. A response header is a header that is passed to the browser to identify data. If the browser known what the header then the browser can take special action for that header. For example, <META http-equiv =”Expires content...
Is good to learn more on your microsoft word
ReplyDelete