DOCTYPE HTML
DOCTYPE HTML
DOCTYPE html>
<html lang="en">
<head>
<title>Resume Creator</title>
</head>
<body>
<section class="resume-builder">
<div class="container">
<h1>Resume Creator</h1>
<div class="resume_container">
<form class="inputField">
<input type="text"
name="name"
placeholder="Your Name"
<input type="text"
name="title"
placeholder="Title/Sub Heading"
<textarea name="work_experience"
placeholder="Work Experience"
cols="40" rows="3"
<textarea name="academic_details"
placeholder="Academic Details"
cols="40" rows="3"
</textarea>
name="objective" />
<textarea name="skills"
placeholder="Skills" cols="40"
rows="3">
</textarea>
<textarea name="projects"
placeholder="Projects"
cols="40"
rows="3">
</textarea>
<textarea name="achievements"
placeholder="Achievements"
cols="40" rows="3"
</textarea>
<textarea name="contact"
placeholder="Contact Information"
cols="40" rows="3"
</textarea>
</form>
</div>
<p class="credit">
Created by
<a href=
"https://auth.geeksforgeeks.org/user/lunatic1/articles"
target="_blank">
lunatic1
</a>
</p>
<p class="tip">
**You can use markup in the text area for text decoration**
</p>
</div>
</section>
<div class="output_container"></div>
<button onclick="hide()">
Generate / Edit
</button>
<script src="script.js"></script>
</body>
</html>