0% found this document useful (0 votes)
0 views1 page

Answer

This document is an HTML template for a personal website titled 'Revanth'. It includes sections for a biography, resume, and contact details. The layout is styled with basic CSS for a clean presentation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views1 page

Answer

This document is an HTML template for a personal website titled 'Revanth'. It includes sections for a biography, resume, and contact details. The layout is styled with basic CSS for a clean presentation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

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>

You might also like