Friday, April 22, 2011

Week 2 Structure of a Page

In this class we went more in depth on the structure of a page.


We looked at the four(4) main elements that forms the basic structure for every document:
1)html, 2)head>,3)title, 4)body.The elements listed should appear in every XHTML document.


I)html is the parent (most importanat) and its kids are the head and the body

II) Head element should include the title element , it may also include the link to the stylessheet.

III)The title element as the name suggestss the title for each page.Each page should be given a title and the tittle should give you an idea of the content that will appear on that page> In essence the title page describes the content for each page on your site eg. About Us page, Contact Us page etc. The title element should contain only the text for the title; it should not have any other elements.

IV) The body element comes directly after the head element what is written in the body is what will appear on the page.Included in the body are paragraphs,headings, tables, forms etc


Presentational Elements

You can change how text appears on your site by adding a presentational element in the html.


some of presentational elements includes:

Bold,Italics,Underline,Strike just to list a few.


You can also create lists in html.There are three (3) types of list which are used in html . i) Unordered Lists- looks likes bullet points II)Ordered Lists- this appears in a sequence whether letters or numbers and III) Definition Lists - this allows you to specify a term and its definition

No comments:

Post a Comment