<!DOCTYPE html>
<html>
<head>
<title >AnimeHQ</title>
<link rel="stylesheet" type="text/css" href="maincss.css">
<script>
var del = document.getElementById("intro");
del.parentNode.removeChild(del);
</script>
</head>
<body>
<img id = "img1" src="animebanner.png">
<h1>ANIMEHQ </h1>
<div id = "linkdiv">
<ul>
<a href = "main.html"><li>Home</li></a>
<a href = "anime.html"><li>AnimeList</li></a>
<a href = "videos.html"<li>Videos</li></a>
<a href = "images.html"><li>Images</li></a>
<a href = "games.html"><li>Games</li></a>
</ul>
</div>
<div id="maindiv">
<p id = "intro">
Anime is primarily used for animated television series, featured films, and Internet-based releases. .</p>
</div>
<div id = "outside">
<a href = "" ><img class = "ol1" src="b1.jpg"></a>
<a href = " " ><img class= "ol1" src="b1.jpg"></a>
<a href = " " ><img class= "ol1" src="b1.jpg"></a>
</div>
</body>
</html>