Hallo ich lerne gerade html/css und habe gerade etwas herumgebastelt. Jetzt habe ich ein Problem im content und zwar wir mein Text im content immer so lila und unterstrichen. wie bekomme ich das wieder weg?
hier meine probe internetseite: Home
vielleicht könnt ihr mir ja helfen
MfG
iamtze
hier meine probe internetseite: Home
HTML:
<!DOCTYPE html><html><head> <meta charset="utf-8" /> <title>Home</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <div align="center" name="Header" id="header"><a href="index.html"/><img src="images/header/Header.png"/></div> <table cellpadding="0" cellspacing="0" align="center" width="auto"> <tr> <td><a href="http://www.apple.de" name="Home"/><img src="images/navigation/home.png" onmouseover="this.src='images/navigation/home1.png'" onmouseout="this.src='images/navigation/home.png'"/></td> <td><a href="http://www.apple.de" name="Apple-news"/><img src="images/navigation/apple-news.png" onmouseover="this.src='images/navigation/apple-news1.png'" onmouseout="this.src='images/navigation/apple-news.png'"</td> <td><a href="http://hackintosh-forum.de" name="Hackintosh"/><img src="images/navigation/hackintosh.png" onmouseover="this.src='images/navigation/hackintosh1.png'" onmouseout="this.src='images/navigation/hackintosh.png'"</td> <td><a href="http://www.chip.de" name="Downloads"/><img src="images/navigation/downloads.png" onmouseover="this.src='images/navigation/downloads1.png'" onmouseout="this.src='images/navigation/downloads.png'"</td> <td><a href="http://www.youtube.de" name="Youtube"/><img src="images/navigation/youtube.png" onmouseover="this.src='images/navigation/youtube1.png'" onmouseout="this.src='images/navigation/youtube.png'"</td> <td><a href="http://www.Facebook.de" name="Facebook"/><img src="images/navigation/facebook.png" onmouseover="this.src='images/navigation/facebook1.png'" onmouseout="this.src='images/navigation/facebook.png'"</td> <td><a href="http://www.Twitter.de" name="Twitter"/><img src="images/navigation/twitter.png" onmouseover="this.src='images/navigation/twitter1.png'" onmouseout="this.src='images/navigation/twitter.png'"</td> </tr> </table></head><body id="body"><div align="center" name="Content" id="content"></div><h1>sd fsadf sdfs fasdf asdf asdfsf asdf asdf sf sdf sdfsdfd sfdf sdfsdf sdf s dfsdf sdf sdf sdfsdfds sdf sdfsdf</h1></body></html>
vielleicht könnt ihr mir ja helfen
MfG
iamtze