***** Übungen: CSS - Anfang ***** CSS_1-1: Trennung von Form und Inhalt Welche der folgenden Arbeitsschritte führen Sie mit HTML aus, welche mit CSS? 1. Schriftgröße ändern. 2. Einen Absatz rechts ausrichten. 3. Ein Wort unterstreichen. 4. Einen Text als Absatz formatieren. 5. Einen Text als Tabelle formatieren. 6. Eine Liste erstellen. 7. Eine nummerierte Liste erstellen. 8. Einen Rahmen um einen Text ziehen. 9. Ein Bild mit einem blauen Rahmen versehen. 10. Ein Bild einfügen. 11. Einem Bild einen Alternativtext (alt-Tag) geben. @@@ CSS_1-2: CSS-Zengarden In Datei css01-UE1-zengardenv1.html ist der Original-Quellcode von CSS Zen Garden festgehalten. In einer der Dateien css01-UE1-zengardenv2.html css01-UE1-zengardenv3.html wurde (jeweils ziemlich weit oben in der Datei) das Layout verändert, in der anderen zwar nicht das Layout, aber der Inhalt. Welche Datei war das? css01-UE1-zengardenv1.html --- HTML-Code Start --- css Zen Garden: The Beauty in CSS Design

A demonstration of what can be accomplished visually through CSS-based design. Select any style sheet from the list to load it into this page.

Download the sample html file and css file

The Road to Enlightenment

Littering a dark and dreary road lay the past relics of browser-specific tags, incompatible DOMs, and broken CSS support.

Today, we must clear the mind of past practices. Web enlightenment has been achieved thanks to the tireless efforts of folk like the W3C, WaSP and the major browser creators.

... --- Code Ende --- css01-UE1-zengardenv2.html --- HTML-Code Start --- css Zen Garden: The Beauty in CSS Design

A demonstration of what can be accomplished visually through CSS-based design. Select any style sheet from the list to load it into this page.

Download the sample html file and css file

The Road to Enlightenment

Littering a dark and dreary road lay the past relics of browser-specific tags, incompatible DOMs, and broken CSS support.

Today, we must clear the mind of past practices. Web enlightenment has been achieved thanks to the tireless efforts of folk like the W3C, WaSP and the major browser creators.

... --- Code Ende --- css01-UE1-zengardenv3.html --- HTML-Code Start --- css Zen Garden: The Beauty in CSS Design

css Zen Garden

The Beauty of CSS Design

A demonstration of what can be accomplished visually through CSS-based design. Select any style sheet from the list to load it into this page.

Download the sample html file and css file

The Road to Enlightenment

Littering a dark and dreary road lay the past relics of browser-specific tags, incompatible DOMs, and broken CSS support.

Today, we must clear the mind of past practices. Web enlightenment has been achieved thanks to the tireless efforts of folk like the W3C, WaSP and the major browser creators.

... --- Code Ende ---