Ich benötige helfe folgenden CSS Thema
Kathala
- css
0 wahsaga
CSS: In the question parts that follow, where you are asked to write some “minimal XHTML” you should write the elements you need with minimal content – it is assumed that you already know how to write a valid XHTML page.
(a) Illustrate using minimal XHTML and CSS how you would layout a data table like
the following:
Tony Blair John Prescott Gordon Brown
Position
(April 2005) Prime Minister Deputy PrimeMinister Chancellor of
the Exchequer
Year of birth 1953 1948 1951
Place of birth Scotland Wales Scotland
where there are headings in both the 1st row and 1st column that must be marked-up correctly using the appropriate HTML element and attribute.
(b) Consider a 2 column, centred, fixed width layout:
(i) Write down a skeleton of the page with minimal content and no links to other pages but including the essential XHTML elements needed for layout with two columns (one each for navigation and content), using valid ID’s to identify each separate <div> on the page.
2
(ii) Define the term “source order” and briefly discuss how your column order in (b) part (i) above affects the presentation of information to Google’s web crawler, “googlebot”.
(iii) Write efficient CSS using absolute positioning with selectors based on the ID’s from part (i) to make the two columns appear on the page with navigation on the left and main content on the right. Centre the layout and make the navigation 200 pixels and the content 300 pixels wide.
(iv) Explain briefly what a flexible layout is. Write the necessary HTML element to provide an alternative stylesheet flled “flexible.css” and beneath it write the necessary rules to make the layout from (b) part (iii) flexible using widths based on font-size units.
(v) Using the same ID names write down the CSS necessary to make the
same layout with the columns using CSS floats.
hi,
CSS: In the question parts that follow, where you are asked to write some “minimal XHTML” you should write the elements you need with minimal content
What's this, some kind of test from school/education?
– it is assumed that you already know how to write a valid XHTML page.
So - do you?
I'm not able to find one single question in your posting (well, that might be because you just used copy&paste) - so what the heck do you want from us? Do you want _us_ to take care of _your_ work, _your_ tasks? Sorry, I'm afraid you're completly in the wrong place - if you want support, go elsewhere and pay for it.
gruß,
wahsaga