<!DOCTYPE html>
<html>
<head>
 <title>Links</title>
 <link rel="stylesheet" type="text/css" href="Links5.css" />
</head>
<body>
 <h4>Links zum Thema Webdesign:</h4>
 <a href="http://www.w3schools.com/" target="_blank">
 <span class="darkgrey">w3schools</span><span class="green">.com</span>
 </a><br />
 <a href="https://wiki.selfhtml.org/wiki/Startseite" target="_blank">
 <span class="blue">self</span><span class="orange">html</span>
 </a>
</body>