Answer
Answer
DOCTYPE html>
<html>
<head>
<title>Revanth</title>
<style>
body {
font-family: Arial, sans-serif;
}
.container {
width: 80%;
margin: auto;
}
#biography, #resume, #contact {
margin-bottom: 50px;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to My Personal Website</h1>
<div id="biography">
<h2>Biography</h2>
<p>Write your biography here.</p>
</div>
<div id="resume">
<h2>Resume</h2>
<p>Include your resume here.</p>
</div>
<div id="contact">
<h2>Contact Details</h2>
<p>9485105680.</p>
</div>
</div>
<script>
// You can add your JavaScript code here
</script>
</body>
</html>