<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>External Style - Cascading Style Sheets - Workshop Internet-Präsenz</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="DE" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="description" content="Übung Cascading Style Sheet. Vereinbarung in separater Datei." /> <meta name="keywords" content="HTML, Cascading Style Sheet" /> <meta name="author" content="Roland Unger" /> <link rel="stylesheet" type="text/css" href="html_css_103.css" title="Main Style Sheet" /> </head> <body> <h2>Workshop Internet-Präsenz</h2> <h3>Cascading Style Sheet, Übung: External Style</h3> <p>Normaler Absatz</p> <hr /> <p class="yellowbg">Text auf gelbem Grund.</p> <hr /> <p class="u">Unterstrichener Text.</p> <hr /> <p>Absatz mit <a href="http://www.uni-halle.de" target="_top">Link zur Universität Halle</a>.</p> </body> </html>