Batman Website

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

<html>

<head>
<title>Batman Page</title>
<style>
body {
background-color: #222;
color: #fff;
font-family: Arial, sans-serif;
font-size: 16px;
text-align: center;
}
h1 {
font-family: 'Impact', sans-serif;
font-size: 36px;
font-weight: bold;
font-style: italic;
color: #f3c800;
margin-top: 50px;
}
hr {
border: 2px solid #f3c800;
width: 50%;
margin: 20px auto;
}
h2 {
font-family: 'Courier New', monospace;
font-size: 24px;
font-weight: bold;
color: #f3c800;
margin-top: 50px;
}
p {
font-family: Verdana, sans-serif;
font-size: 18px;
color: #fff;
margin-top: 20px;
}
ul {
list-style-type: square;
margin-top: 20px;
text-align: left;
}
ol {
margin-top: 20px;
text-align: left;
}
table {
border: 2px solid #f3c800;
margin: 20px auto;
width: 50%;
text-align: center;
}
th {
border-bottom: 2px solid #f3c800;
font-family: 'Courier New', monospace;
font-size: 20px;
font-weight: bold;
color: #f3c800;
padding: 10px;
}
td {
padding: 10px;
}
a {
color: #f3c800;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #fff;
text-decoration: underline;
}
</style>
</head>
<body>
<div id="header">
<h1>BATMAN</h1>
<hr>
</div>

<a href="https://www.youtube.com/watch?
v=VSaDPc1Cs5U&ab_channel=VintageVelocity">Play the Batman theme song</a>

<hr>
<img src="https://upload.wikimedia.org/wikipedia/en/1/17/Batman-BenAffleck.jpg"
alt="Batman" width="400">

<p><em>Batman in action.</em></p>

<img src="https://www.sideshow.com/storage/product-images/903760/batman-dc-comics-
feature.jpg" alt="Batman" width="400">

<p><em>Batman in his iconic suit.</em></p>

<ol>

<div id="content">
<h2>Origin Story</h2>
<p>Batman, also known as Bruce Wayne, witnessed the murder of his
parents as a child and vowed to fight crime and avenge their deaths. He trained his
mind and body to become the ultimate crime-fighting weapon.</p>
<h2>Top Villains</h2>
<ul>
<li>The Joker</li>
<li>Bane</li>
<li>Two-Face</li>
</ul>
<h2>Skills and Abilities</h2>
<ol>
<li>Martial arts expertise</li>
<li>Master detective</li>
<li>Genius-level intellect</li>
</ol>
<h2>Equipment</h2>
<ul>
<li>Batarangs</li>
<li>Grappling gun</li>
<li>Batmobile</li>
</ul>
<h2>Supporting Characters</h2>
<table>
<tr>
<th>Name</th>
<th>Occupation</th>
</tr>
<tr>
<td>Alfred</td>
<td>Often portrayed as Bruce Wayne's loyal butler and
trusted confidant, who helps him with various tasks and provides support and
guidance as needed.</td>

You might also like